Edgewall Software

Changes between Version 3 and Version 4 of TracInstallUbuntu


Ignore:
Timestamp:
Aug 7, 2010, 6:27:03 AM (14 years ago)
Author:
bonzo@…
Comment:

Added a TRAC_ADMIN so the web admin panel is available

Legend:

Unmodified
Added
Removed
Modified
  • TracInstallUbuntu

    v3 v4  
    3737}}}
    3838Supply a password for an initial user. You can add more users later. Use the -c option only on the FIRST use of this command, as it creates the password file.
     39
     40You will want the web admin panel available to the admin user so execute the following:
     41{{{
     42trac-admin /usr/local/trac/environment permission add admin TRAC_ADMIN
     43}}}
    3944
    4045Now it's time to switch back to root to configure Apache. Type exit to log out of the www-data account and return to root. Now set up a virtual host for Trac. Let's say it will be called tractest. You can set it up by creating the file /etc/apache2/sites-available/tractest with the following contents: