Install Instructions ==================== To complete the install, run this commands: trac-admin ${MY_HOSTROOT}/trac/ initenv To add security, create a password database. This command is for Apache 2; adjust for the webserver of your choice. htpasswd2 -c ${MY_HOSTROOT}/trac.passwd Now, all you need to do is to configure your webserver. This would go into Apache's .htaccess file; adjust for the webserver of your choice. SetEnv TRAC_ENV ${MY_HOSTROOT}/trac/ AuthType Basic AuthName "trac" AuthUserFile ${MY_HOSTROOT}/trac.passwd Require valid-user More information (multiple projects setup, installation with mod_python...) can be found on the Trac wiki: http://projects.edgewall.com/trac/wiki/ Upgrade Instructions ==================== If you are upgrading from a previous Trac version, please follow the instructions here: http://projects.edgewall.com/trac/wiki/TracUpgrade