Skip to content

Shadowssong/greg-challenge-rails

Repository files navigation

Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website www.redmine.org

Challenge

Deploy Redmine using Capistrano and serve requests with nginx via Unicorn.

Deployment steps

1) Update domain for environment in ‘config/deploy/environment.rb`

2) cap <environment> deploy:setup

3) cap <environment> deploy:check

4) cap <environment> deploy:update

5) cap <environment> deploy:migrate

6) cap <environment> deploy:start

7) cap <environment> deploy

About

Redmine with capistrano and unicorn for deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published