Results on the port forwarding page
This commit is contained in:
parent
905615f366
commit
8bb294be97
|
@ -40,4 +40,13 @@ But if you already have a running system, calling `vagrant reload` will
|
|||
apply them without re-importing and re-building everything.
|
||||
|
||||
Note that forwarding ports requires a virtual machine restart since VirtualBox
|
||||
won't pick up on the forwarded ports until it is completely restarted.
|
||||
won't pick up on the forwarded ports until it is completely restarted.
|
||||
|
||||
## Results!
|
||||
|
||||
At this point, after running `vagrant up`, you should be able to take your
|
||||
regular old browser to `localhost:8080` and see the following page. Sure,
|
||||
it's an error page, but it means that rails is running and everything is
|
||||
working!
|
||||
|
||||

|
|
@ -38,9 +38,7 @@ should be at `cookbooks/htop/recipes/default.rb`.
|
|||
|
||||
{% highlight ruby %}
|
||||
# Install the htop package via the packaging system
|
||||
package "htop" do
|
||||
action :install
|
||||
end
|
||||
package "htop"
|
||||
{% endhighlight %}
|
||||
|
||||
## Creating the `vagrant_main` Cookbook
|
||||
|
@ -109,6 +107,6 @@ environment and trying to execute `htop`:
|
|||
{% highlight bash %}
|
||||
$ vagrant ssh
|
||||
...
|
||||
vagrant-instance ~$ htop
|
||||
...
|
||||
vagrant-instance ~$ which htop
|
||||
/usr/bin/htop
|
||||
{% endhighlight %}
|
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue