Login
Difference between parent db93c7a18676 and child fe5fbfd72629
Modified:

Before: Installation guide Debian Lenny@db93c7a18676
After: Installation guide Debian Lenny@fe5fbfd72629
n1 n
2First you have to install mercurial:1First you have to install mercurial:
54
n6and the apache webserver:n5and the apache webserver with wsgi:
76
n8 $ aptitude install apache2n7 $ aptitude install apache2 libapache2-mod-wsgi
98
n n9Make sure, your apache is installed and running before continuing.
10Now clone the candiwi repository to your desired location:10Now clone the candiwi repository to your desired location:
1717
n n18Then 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
20Make sure apache can read and write to your candiwi repositories
21
22 $ chown -R www-data:www-data /path/to/your/candiwi
23
24Restart apache:
25
26 $ /etc/init.d/apache2 restart
1827
2029
t t30
31
32