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
- Host: GitHub
- URL: https://github.com/lalitlogical/rails-capistrano-example
- Owner: lalitlogical
- Created: 2018-08-27T16:02:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T16:36:23.000Z (almost 8 years ago)
- Last Synced: 2025-06-17T01:05:13.982Z (12 months ago)
- Topics: automatic-deployment, capistrano, ec2-instance, rails
- Language: Ruby
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)