An open API service indexing awesome lists of open source software.

https://github.com/lalitlogical/rails-capistrano-example

Deployment of rails application with help of Capistrano
https://github.com/lalitlogical/rails-capistrano-example

automatic-deployment capistrano ec2-instance rails

Last synced: about 1 month ago
JSON representation

Deployment of rails application with help of Capistrano

Awesome Lists containing this project

README

          

# Rails with Capistrano Example

This is the example for rails & capistrano. You have to change some parameter according to application.

## Service Requirements
1. Instance with RVM (Ruby, Rails)
2. elasticsearch
3. postgresql

## Deployment command

cap RAILS_ENV deploy:check

cap RAILS_ENV puma:config

cap RAILS_ENV puma:nginx_config

cap RAILS_ENV deploy:initial

That's it :)