Adding some lower bound version number for Vagrant after fighting with version 1...
[oweals/karmaworld.git] / README.md
index 23374a02b1362d09049fc86757aa588509f069f6..6d11f81c23b539a686f9195944aa807e7c93a07d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ follow:
 
 1. Install [VirtualBox](http://www.virtualbox.com/)
 
-1. Install [vagrant](http://www.vagrantup.com/)
+1. Install [vagrant](http://www.vagrantup.com/) 1.3 or higher
 
 1. Use Vagrant to create the virtual machine.
     * While in `cd {project_root}`, type `vagrant up`
@@ -97,6 +97,15 @@ follow the steps below.
 If you have installed a virtual machine using `vagrant up`, you can connect
 to it by running `vagrant ssh` from `{project_root}`.
 
+## Connecting to the development website on the VM
+To access the website running on the VM, point your browser at
+http://localhost:6659/ using your host computer.
+
+Port 6659 on your local machine is set to forward to the VM's port 80.
+
+Fun fact: 6659 was chosen because of OM (sanskrit) and KW (KarmaWorld) on a
+phone: 66 59.
+
 ## Updating the VM code repository
 Once connected to the virtual machine by SSH, you will see `karmaworld` in
 the home directory. That is the `{project_root}` in the virtual machine.