Changes between Version 9 and Version 10 of Trac


Ignore:
Timestamp:
02/25/14 21:30:51 (10 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac

    v9 v10  
    22
    33This is a page for discussing the Trac issue tracking system.
     4
     5Install Guide: http://trac.edgewall.org/wiki/TracInstall
    46
    57== Current Deployment ==
     
    1719
    1820But - 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
     22Permissions 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
    1925
    2026Errors 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".