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, 4:14:54 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v25
|
v26
|
|
70 | 70 | === Install Duplicity / S3tools === |
71 | 71 | |
72 | | Duplicity is our preferred backup method. Install s3tools for |
73 | | {{{r |
| 72 | Duplicity is our preferred backup method. Install s3tools for S3. |
| 73 | |
| 74 | {{{ |
74 | 75 | > sudo apt-get install duplicity python-boto s3cmd |
75 | 76 | }}} |
… |
… |
|
88 | 89 | > sudo ln -s /usr/sbin/apache2ctl apachectl (old habits die hard) |
89 | 90 | }}} |
90 | | r |
| 91 | |
91 | 92 | === Install MySQL === |
92 | 93 | Install MySQL with python db support mysqldb. |
… |
… |
|
118 | 119 | |
119 | 120 | Create Initial Copy From Mercurial Repo (as hank): |
120 | | {{{r |
| 121 | {{{ |
121 | 122 | /usr/bin/rsync -av --timeout=300 --delete -e '/usr/bin/ssh -p 2240 -o ConnectTimeout=3' \ |
122 | 123 | hank@dev.silverfilecorp.com:/usr/hg/repos/sf-app/configs \ |