Changes between Version 5 and Version 6 of boggs


Ignore:
Timestamp:
Mar 2, 2014, 5:38:11 PM (10 years ago)
Author:
Benjamin Melançon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boggs

    v5 v6  
    88# This file was created by Red. Best not to modify
    99# by hand unless you know what you're doing--- going for it!
    10 # These modules must be enabled : rewrite, fcgid
    11 # (mod_fastcgi is much harder to configure)
    1210<VirtualHost *:80>
    1311        # web config for projects.occupytechnology.org
     
    5149Note that it's now being run exclusively at projects.occupy.net (which is managed elsewhere, and that's unlikely to change), but we're managing the redirect right in the vhost. This is sloppy and it'd be perfectly fine if someone with a better idea were to implement that :)
    5250
     51Installed with:
    5352
     53
     54{{{
     55apt-get install redmine
     56bundle install --without development test
     57aptitude install libfcgi-ruby1.9.1
     58}}}
     59
     60
     61Then:
     62
     63{{{
     64chown -R ctprojects /usr/share/redmine
     65cp -pr /usr/share/redmine /home/members/ocutech/sites/projects.occupytechnology.org/include/
     66chown -R ctprojects /etc/redmine/default/
     67chown -R ctprojects /var/log/redmine/default/
     68}}}
     69
     70Also did gem install rack and fcgi, but don't think that did anything.