Posts tagged server
Shortnote: Install Trac on Debian
0Standalone Trac
- aptitude install trac
- trac-admin <envdir> initenv
- trac-admin <envdir> permission add <user> TRAC_ADMIN
- tracd –port <port> <envdir>
Apache + mod_python
- aptitude install libapache2-mod-python
- zless /usr/share/doc/trac/README.Debian.gz
- chmod -R www-data.www-data <envdir>
- If failed, see apache’s error.log