Web Projects Outsourcing

Local SVN + Trac + SSL How-to

PART II. Trac

sudo mkdir /var/www/vhosts/trac/trac.example.com
sudo chmod 2770 /var/www/vhosts/trac/trac.example.com
sudo trac-admin /var/www/vhosts/trac/trac.example.com initenv
sudo chown -R apache:apache /var/www/vhosts/trac/trac.example.com initenv
sudo chmod -R g+w /var/www/vhosts/trac/trac.example.com
sudo kedit /var/www/vhosts/trac/trac.example.com/conf/trac.ini
sudo mkdir /var/log/httpd/trac.example.com
sudo gedit /etc/hosts

Add code:

127.0.0.3    trac.example.com
sudo mkdir /tmp/eggs
sudo chown apache:apache /tmp/eggs
sudo chmod 2770 /tmp/eggs
sudo /sbin/service httpd restart

In browser: //trac.example.com

Trac Installed

Trac Installed

One thought on “Local SVN + Trac + SSL How-to

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.