$ git clone https://github.com/JihadMotii-REISys/g18f-practice.git $ vagrant up
Note: the IP address allocated to this new VM Box is 192.168.56.108 and if you have used this IP Address, you can change it in puphpet/config.yaml
After the VM is up and running, these are the following command to use for vagrant to start, shutdown, delete your current VM:
$ vagrant up # Install/Run the VM $ vagrant halt # shutdown the VM $ vagrant destroy # remove the VM $ vagrant ssh # access to your VM (SSH)
To browse the project on the guest machine:
$ vagrant ssh $ cd /var/www/gsa-18f
This is an AngularJS application to demonstrate how to use separate backend and frontend applications.
@TODO: Backend needs to be set up
If you want to update your environment with our latest builds, simply browse to your path where you cloned git project:
$ vagrant provision --provision-with shell