@@ -35,7 +35,16 @@ bear in mind that a local Chef Server VM will take up at least 1GB of RAM.
3535 berks upload [--ssl-verify= false] # Upload the cookbooks to the Chef Server
3636 ```
3737
38- 4 . Use the provision script to boot the deis controller.
38+ 4 . The Controller needs to be able to run Vagrant commands on your host machine. It does this via SSH. Therefore
39+ you will need a running SSH server open on port 22 and a means to broadcast your hostname to local DNS.
40+ * On Debian-flavoured Linux you just need to;
41+ ` sudo apt-get install openssh-server `
42+ * On Mac OSX you just need to go to ** System Preferences -> Sharing** and enable 'Remote Login'.
43+ * [ Mac OSX user's should already be broadcasting their hostname] ( http://support.apple.com/kb/ht3473 ) .
44+ * Linux user's will need to install avahi-daemon, so that their machine is accessible via
45+ [ hostname] .local. Eg; ` sudo apt-get install avahi-daemon ` .
46+
47+ 5 . Use the provision script to boot the Deis Controller.
3948 * If you don't already have the deis-node Vagrant box installed (~ 1GB). This step might take a long time! If for some reason
4049 you want to manually add it, use:
4150 ` vagrant box add deis-node https://s3-us-west-2.amazonaws.com/opdemand/deis-node.box `
@@ -50,15 +59,6 @@ bear in mind that a local Chef Server VM will take up at least 1GB of RAM.
5059 click the 'edit' link on the 'admins' row and then under the 'clients' heading toggle the
5160 'deis-controller' radio button to be enabled. Then confirm the change by saving the group.
5261
53- 5 . The Controller needs to be able to run Vagrant commands on your host machine. It does this via SSH. Therefore
54- you will need a running SSH server open on port 22 and a means to broadcast your hostname to local DNS.
55- * On Debian-flavoured Linux you just need to;
56- ` sudo apt-get install openssh-server `
57- * On Mac OSX you just need to go to ** System Preferences -> Sharing** and enable 'Remote Login'.
58- * [ Mac OSX user's should already be broadcasting their hostname] ( http://support.apple.com/kb/ht3473 ) .
59- * Linux user's will need to install avahi-daemon, so that their machine is accessible via
60- [ hostname] .local. Eg; ` sudo apt-get install avahi-daemon ` .
61-
62626 . If you want to hack on the actual codebase, you can mount your local codebase onto the VM
6363 by using the custom Vagrantfile.local.
6464 * ` cp Vagrantfile.local.example Vagrantfile.local ` (don't worry it's in .gitignore)
0 commit comments