Skip to content

JihadMotii-REISys/g18f-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

18F Practice

Install Environment:

$ 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

Starting dev :

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

Frontend :

This is an AngularJS application to demonstrate how to use separate backend and frontend applications.

Backend :

@TODO: Backend needs to be set up

Update Environment:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published