Changes between Version 54 and Version 55 of TracUpgrade
- Timestamp:
- Aug 1, 2008, 9:53:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUpgrade
v54 v55 55 55 === For CGI users === 56 56 57 For those who run trac under the CGI environment, run this command in order to obtain the trac.cgi file:57 For those who run Trac under the CGI environment, run this command in order to obtain the trac.cgi file: 58 58 {{{ 59 trac-admin /path/to/env deploy 59 trac-admin /path/to/env deploy /deploy/directory/path 60 60 }}} 61 And then update your Apache configuration file httpd.conf with this new trac.cgi location. 61 62 This will create a deploy directory with the following two subdirectories: `cgi-bin` and `htdocs`. Move those directories to your environment directory, and then update your Apache configuration file `httpd.conf` with this new `trac.cgi` location. 62 63 63 64 === Restart the Web Server ===