https://github.com/gingray/rails_chef_config
Chef solo config for Rails app (Unicorn + NGINX + PostgreSQL + RVM)
https://github.com/gingray/rails_chef_config
Last synced: 9 days ago
JSON representation
Chef solo config for Rails app (Unicorn + NGINX + PostgreSQL + RVM)
- Host: GitHub
- URL: https://github.com/gingray/rails_chef_config
- Owner: gingray
- Created: 2015-12-11T11:23:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T13:48:51.000Z (over 10 years ago)
- Last Synced: 2026-02-19T04:31:08.756Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails_chef_config
Chef solo config for Rails app (Unicorn + NGINX + PostgreSQL + RVM)
I've add simple script that generate configuration depend on variables
```
./generate_config.rb --server 1.1.1.1 --appname my_app --domain my-domain.com
```
Basicaly this chef config create a PostgreSQL database, install RVM, configure NGINX, create Unicorn config file
Hope it helps to figure out how it works.
I'm using Chef Solo + Knife + Berkshelf.
Happy provisioning!