Modified:
| Before: Installation guide Debian Lenny@db93c7a18676 | After: Installation guide Debian Lenny@fe5fbfd72629 | ||||
|---|---|---|---|---|---|
| n | 1 | n | |||
| 2 | First you have to install mercurial: | 1 | First you have to install mercurial: | ||
| 5 | 4 | ||||
| n | 6 | and the apache webserver: | n | 5 | and the apache webserver with wsgi: |
| 7 | 6 | ||||
| n | 8 | $ aptitude install apache2 | n | 7 | $ aptitude install apache2 libapache2-mod-wsgi |
| 9 | 8 | ||||
| n | n | 9 | Make sure, your apache is installed and running before continuing. | ||
| 10 | Now clone the candiwi repository to your desired location: | 10 | Now clone the candiwi repository to your desired location: | ||
| 17 | 17 | ||||
| n | n | 18 | Then copy the contents of the file candiwi/apache/httpd.conf into /etc/apache2/httpd.conf . This points apache to the directory you installed candiwi in. | ||
| 19 | |||||
| 20 | Make sure apache can read and write to your candiwi repositories | ||||
| 21 | |||||
| 22 | $ chown -R www-data:www-data /path/to/your/candiwi | ||||
| 23 | |||||
| 24 | Restart apache: | ||||
| 25 | |||||
| 26 | $ /etc/init.d/apache2 restart | ||||
| 18 | 27 | ||||
| 20 | 29 | ||||
| t | t | 30 | |||
| 31 | |||||
| 32 | |||||