Skip to content

Commit

Permalink
create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imjacklai committed Feb 27, 2016
1 parent bd487fa commit 0afe96d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# chef-vagrant

## Usage

Clone and edit files:
* data_bags/users/deployer.json.example
* site-cookbooks/mysql_database/recipes/default.rb.example

Initialize the remote node, also update chef and set node name:
```
$ knife zero bootstrap [email protected] --bootstrap-install-command "curl chef.sh | sudo bash" --no-converge -N vagrant
```

Run Chef-Client to update for node:
```
$ knife zero converge "name:vagrant"
```

Then everything is done!

0 comments on commit 0afe96d

Please sign in to comment.