We've successfully installed SVN on our Ubuntu LAMP server so far, now its time for trac.
At the terminal prompt, type the following to get root access:
Install the following components by issuing the following command at the prompt:
issue the following commands at prompt next:
At the terminal prompt, type the following to get root access:
- sudo su
Install the following components by issuing the following command at the prompt:
- apt-get install libapache2-mod-python python-setuptools python-subversion
Go here: http://trac.edgewall.org/wiki/TracDownload and copy either the HTTP or FTP link of the latest stable release and past it in front of the following command:
- easy_install
http://ftp.edgewall.com/pub/trac/Trac-xxx.tar
issue the following commands at prompt next:
- cd /
- mkdir /trac
No comments:
Post a Comment