Changes between Version 3 and Version 4 of TracUpgrade
- Timestamp:
- 20/07/2009 15:23:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUpgrade
v3 v4 20 20 * If you’re using Linux: /usr/lib/python2.X/site-packages 21 21 * If you’re using Windows: C:\Python2.X\lib\site-packages 22 * If you’re using MacOSX: /Library/Python 2.X/site-packages22 * If you’re using MacOSX: /Library/Python/2.X/site-packages 23 23 24 24 You may also want to remove the Trac `cgi-bin`, `htdocs`, `templates` and `wiki-default` directories that are commonly found in a directory called `share/trac` (the exact location depends on your platform). … … 66 66 }}} 67 67 68 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.68 This will create a deploy directory with the following two subdirectories: `cgi-bin` and `htdocs`. Then update your Apache configuration file `httpd.conf` with this new `trac.cgi` location and `htdocs` location. 69 69 70 70 === Restart the Web Server ===