Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgaidot/capistrano-redmine-deploy
Capistrano recipes for Redmine deployment.
https://github.com/rgaidot/capistrano-redmine-deploy
Last synced: about 1 month ago
JSON representation
Capistrano recipes for Redmine deployment.
- Host: GitHub
- URL: https://github.com/rgaidot/capistrano-redmine-deploy
- Owner: rgaidot
- Created: 2014-09-05T12:15:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T12:20:59.000Z (over 10 years ago)
- Last Synced: 2024-10-31T13:23:14.554Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# capistrano-redmine-deploy
Capistrano recipes for [Redmine](http://redmine.org) deployment.
WARN: currently, setup is not fully automated.## Prerequisites
You need to have [rvm](http://rvm.io/) and ruby 2.1.2.
## Usage
1. Edit file .env
| Variables | Descriptions |
|---------------------|------------------------------------------------------|
| BRANCH | Redmine branch |
| DEPLOY_TO | The path on the servers we’re going to be deploying |
| WORKER | Unicorn worker processes |
| HOST | Server addresses |
| USER | SSH username |2. `bundle install`
3. `cap production server:install`
4. `cap production deploy`