Skip to content

Instantly share code, notes, and snippets.

@AknEp
Created April 17, 2013 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AknEp/5401604 to your computer and use it in GitHub Desktop.
Save AknEp/5401604 to your computer and use it in GitHub Desktop.
Redmine2.3.0をサブディレクトリで動かす(Ruby2.0版) ref: http://qiita.com/items/459b08b63d0822caa7e4
$ cd your-web-document-root
$ ln -s /usr/share/redmine-2.3.0 redmine
<Location /redmine>
PassengerAppRoot /usr/share/redmine-2.3.0
RackBaseURI /redmine
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment