close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 29, 2008, 8:18:42 PM (18 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 71 | 71 | boinc-server:~/boinc_trunk# svn update |
| 72 | 72 | boinc-server:~/boinc_trunk# ./_autosetup |
| 73 | | boinc-server:~/boinc_trunk# ./configure --disable-client --enable-unicode |
| | 73 | boinc-server:~/boinc_trunk# ./configure --disable-client --enable-unicode --without-X |
| 74 | 74 | boinc-server:~/boinc_trunk# make |
| 75 | 75 | }}} |
| … |
… |
|
| 81 | 81 | boinc-server:~/boinc_trunk/tools# chown -R www-data:www-data /var/www/boinc_projects |
| 82 | 82 | boinc-server:~/boinc_trunk/tools# cd /var/www/boinc_projects |
| 83 | | boinc-server:/var/www/boinc_projects# ln -s bioinfo.httpd.conf boinc-server:/etc/apache2/sites-enabled/bioinfo |
| | 83 | boinc-server:/var/www/boinc_projects# cp bioinfo.httpd.conf /etc/apache2/sites-available/bioinfo |
| | 84 | boinc-server:/var/www/boinc_projects# ln -s /etc/apache2/sites-available/bioinfo /etc/apache2/sites-enabled/bioinfo |
| 84 | 85 | boinc-server:/var/www/boinc_projects# apache2ctl -t |
| 85 | 86 | boinc-server:/var/www/boinc_projects# apache2ctl restart |