close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 7, 2009, 1:37:46 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v24
|
v25
|
|
71 | 71 | |
72 | 72 | Duplicity is our preferred backup method. Install s3tools for |
73 | | {{{ |
| 73 | {{{r |
74 | 74 | > sudo apt-get install duplicity python-boto s3cmd |
75 | 75 | }}} |
… |
… |
|
88 | 88 | > sudo ln -s /usr/sbin/apache2ctl apachectl (old habits die hard) |
89 | 89 | }}} |
90 | | |
| 90 | r |
91 | 91 | === Install MySQL === |
92 | 92 | Install MySQL with python db support mysqldb. |
… |
… |
|
100 | 100 | Your MySQL connection id is 2 |
101 | 101 | Server version: 5.0.67-0ubuntu6 (Ubuntu) |
102 | | |
| 102 | r |
103 | 103 | Type 'help;' or '\h' for help. Type '\c' to clear the buffer. |
104 | 104 | |
… |
… |
|
118 | 118 | |
119 | 119 | Create Initial Copy From Mercurial Repo (as hank): |
120 | | {{{ |
| 120 | {{{r |
121 | 121 | /usr/bin/rsync -av --timeout=300 --delete -e '/usr/bin/ssh -p 2240 -o ConnectTimeout=3' \ |
122 | 122 | hank@dev.silverfilecorp.com:/usr/hg/repos/sf-app/configs \ |
… |
… |
|
214 | 214 | cd /usr/local/bin/ |
215 | 215 | scp -P 2240 hank@dev.silverfilecorp.com:/usr/svn/sfexport/third_party/3ware_twcli/tw_cli tw_cli |
| 216 | scp -P 2240 hank@dev.silverfilecorp.com:/usr/svn/sfexport/third_party/3ware_twcli/tw_status tw_status |
216 | 217 | chmod 755 tw_cli |
| 218 | chmod 700 tw_status |
217 | 219 | }}} |
218 | 220 | |