This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| host $ git clone https://github.com/rails/rails-dev-box.git | |
| host $ cd rails-dev-box | |
| host $ vagrant up | |
| vagrant up - start Vagrant | |
| vagrant ssh - log in to Vagrant | |
| vagrant halt - shut down Vagrant | |
| vagrant reload - restarts Vagrant | |
| vagrant status - print the current status of Vagrant | |
| vagrant suspend - suspends Vagrant, rather than shutting it down. |
OlderNewer