Skip to content

Instantly share code, notes, and snippets.

@tom-a
Created April 15, 2013 14:02
Show Gist options
  • Save tom-a/5388278 to your computer and use it in GitHub Desktop.
Save tom-a/5388278 to your computer and use it in GitHub Desktop.
2013年4月ごろにredmineをインストールするには
$ git clone git://github.com/redmine/redmine.git
# chown -R www:www redmine/
# chmod -R g+w redmine/
$ git co 2.3.0
$ git co -b 2.3.0-local
# gem install bundler
# bundle --without development test mysql postgresql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment