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

https://github.com/linjunpop/ingredients

Rails Capistrano recipes
https://github.com/linjunpop/ingredients

Last synced: about 1 month ago
JSON representation

Rails Capistrano recipes

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