Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Fixed grammer error
Browse files Browse the repository at this point in the history
  • Loading branch information
tscheepers committed Mar 12, 2014
1 parent a961ea3 commit 3c5178a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ bear in mind that a local Chef Server VM will take up at least 1GB of RAM.
interface and has more features, like being able to add clients to permission groups.

3. Now you can follow the standard deis setup:
* If your running a local chef server you should adjust the `Gemfile` and make sure the version of berkshelf is 3.0.x. This is needed for the `--ssl-verify=false` to work correctly.
* If you're running a local chef server, you should adjust the `Gemfile` and make sure the version of berkshelf is 3.0.x. This is needed for the `--ssl-verify` option to work correctly.
```bash
bundle install # Installs gem files like the knife tool
berks install # Downloads the relevant cookbooks
# '--ssl-verify' is only needed when using a local Chef Server
berks upload [--ssl-verify=false] # Upload the cookbooks to the Chef Server
```


4. The Controller needs to be able to run Vagrant commands on your host machine. It does this via SSH. Therefore
you will need a running SSH server open on port 22 and a means to broadcast your hostname to local DNS.
Expand Down

0 comments on commit 3c5178a

Please sign in to comment.