lcreid / rails-5-jade

Rails 5 with Jekyll and Node on Ubuntu 18.04
MIT License
28 stars 3 forks source link

Vagrantfile doesn't come with init of base box #8

Closed lcreid closed 8 years ago

lcreid commented 8 years ago

I don't get the port forwarding in the base box. Steps to reproduce:

vagrant init jadesystems/rails5
vagrant up

Observe that no port forwarding was set up.

lcreid commented 8 years ago

I added the packaging of the Vagrantfile to the base box. It took a while to get my mind around how Vagrant works. It seems to create the standard Vagrantfile in your directory when you do vagrant init, but when you run vagrant up, it's always processing the Vagrantfile that was packaged with the box first.