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:
-
Jun 10, 2009, 11:37:47 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
15 | 15 | === Install SSH Deamon === |
16 | 16 | {{{ |
17 | | sudo apt-get install ssh |
| 17 | > sudo apt-get install ssh |
18 | 18 | }}} |
19 | 19 | |
… |
… |
|
32 | 32 | ==== Openssl Installation ==== |
33 | 33 | {{{ |
34 | | sudo apt-get install openssl |
| 34 | > sudo apt-get install openssl |
35 | 35 | }}} |
36 | 36 | |
… |
… |
|
95 | 95 | > sudo apt-get install apache2 libapache2-mod-python |
96 | 96 | > sudo ln -s /usr/sbin/apache2ctl apachectl (old habits die hard) |
| 97 | }}} |
| 98 | |
| 99 | === Download SF App from repository === |
| 100 | First get private key for accessing mercurial repository, mercurial_key_rsa |
| 101 | {{{ |
| 102 | > mv mercurial_key_rsa .ssh/id_rsa |
| 103 | > hg clone ssh://hg@dev.silverfilecorp.com:2240/sf-app |
| 104 | }}} |
| 105 | |
| 106 | Next copy sf-app to wwwapps directory: |
| 107 | {{{ |
| 108 | sudo mkdir -p /usr/wwwapps/ |
| 109 | sudo cp -r /home/user/sf-app /usr/wwwapps/silverfile |
97 | 110 | }}} |
98 | 111 | |
… |
… |
|
113 | 126 | {{{ |
114 | 127 | <VirtualHost *:80> |
115 | | > wget http://www.gutenberg.org/dirs/etext02/01hgp10a.txt (274 MB) |
116 | | > wget http://www.gutenberg.org/dirs/etext02/02hgp10a.txt (246 MB) |
117 | | > wget http://www.gutenberg.org/dirs/etext02/03hgp10a.txt (217 MB) |
118 | | > wget http://www.gutenberg.org/dirs/etext02/08hgp10a.txt (144 MB) |
119 | 128 | ServerName harvey.silverfilecorp.com |
120 | 129 | SetHandler python-program |