Installation - nickleus73/AngNode GitHub Wiki
Clone the project in your work directory. Then you have just to launch the next command line:
vagrant up
It's possible that vagrant ask you witch network to use. Select 'eth0'.
Meanwhile, you can edit you hosts file and to add this line:
192.168.33.10 your-domain.local
So when the command vagrant up
is finished, you can you to connect to vagrant with this command:
vagrant ssh
###Warning###
Normally, the command vagrant up
install all server and run it.
Actually, I suspect anomally when we run to the fist time the command vagrant up
(See issue #17)
To fix this "bug", you just need to run this command:
vagrant reload --provision