Merge pull request #1252 from progrium/1139-vagrant-docs-fix

Fix ssh port for vagrant installation. Closes #1139. [ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2015-06-25 11:22:36 -04:00

View File

@@ -30,7 +30,7 @@
```
Host dokku.me
Port 2222
Port 22
```
- Copy your SSH key via `cat ~/.ssh/id_rsa.pub | pbcopy` and paste it into the dokku-installer at http://dokku.me . Change the `Hostname` field on the Dokku Setup screen to your domain and then check the box that says `Use virtualhost naming`. Then click *Finish Setup* to install your key. You'll be directed to application deployment instructions from here.