You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the base box is not present that command fetches it first. The setup itself takes about 3 minutes in my MacBook Air. After the installation has finished, you can access the virtual machine with
24
24
25
-
vagrant ssh
25
+
host $ vagrant ssh
26
+
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic-pae i686)
27
+
...
28
+
vagrant@rails-dev-box:~$
26
29
27
30
Port 3000 in the host computer is forwarded to port 3000 in the virtual machine. Thus, applications running in the virtual machine can be accessed via localhost:3000 in the host computer.
28
31
@@ -44,37 +47,51 @@ Port 3000 in the host computer is forwarded to port 3000 in the virtual machine.
44
47
45
48
* Memcached
46
49
47
-
## What's Next
50
+
## Recommended Workflow
48
51
49
-
The first time you log into the box you generally want to configure Git:
0 commit comments