Skip to content

Instantly share code, notes, and snippets.

@paulchubatyy
Created July 30, 2010 13:46
Show Gist options
  • Save paulchubatyy/500532 to your computer and use it in GitHub Desktop.
Save paulchubatyy/500532 to your computer and use it in GitHub Desktop.
Redmine installation snippets
$ sudo aptitude install redmine redmine-mysql
$ sudo ln -s /usr/share/redmine/public /var/www/public
$ sudo a2enmod passenger
$ sudo aptitude install git-core
#.........
<Directory /var/www/redmine>
RailsBaseURI /redmine
</Directory>
#.........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment