https://github.com/linjunpop/ingredients
Rails Capistrano recipes
https://github.com/linjunpop/ingredients
Last synced: about 1 month ago
JSON representation
Rails Capistrano recipes
- Host: GitHub
- URL: https://github.com/linjunpop/ingredients
- Owner: linjunpop
- Created: 2014-03-12T08:49:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T10:33:39.000Z (over 12 years ago)
- Last Synced: 2025-02-26T11:14:20.664Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ingredients
## Server Provision
### Setup
* $ knife solo init
* $ berks install --path chef/cookbooks
### Provision server
```shell
$ knife solo bootstrap vagrant@192.168.33.10 -i ~/.vagrant.d/insecure_private_key
```
## Deploy
$ bin/cap deploy