Changes between Version 9 and Version 10 of Trac
- Timestamp:
- 02/25/14 21:30:51 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac
v9 v10 2 2 3 3 This is a page for discussing the Trac issue tracking system. 4 5 Install Guide: http://trac.edgewall.org/wiki/TracInstall 4 6 5 7 == Current Deployment == … … 17 19 18 20 But - and it is a big but - the apache server runs as 'wwwrun' and the libraries have been installed with the user permissions of whichever user installed them. So as well as following the instructions in the !TracInstall guide to ensure the /local/lcbru-trac directory structure is all read-and-writeable by wwwrun, and that the /local/trac-deploy/log is writeable and the /local/trac-deploy/cgi-bin files are readable and executable, you ALSO have to ensure that sub-directories below /local/python are also readable and executable, because by default they give wwwrun only read access. 21 22 Permissions have to be set using setfacl - as described in the lampdoc wiki at https://wiki.rcs.le.ac.uk/lampdoc/index.php/Managing_files 23 24 19 25 20 26 Errors such as "Trac[main] ERROR: can't retrieve session: !TracError: Cannot load Python bindings for PostgreSQL" are an indication that the permissions are wrong. Assuming, of course, that the bindings are actually installed, which you can check by running the python interpreter and trying "import psycopg2".