Skip to content

cedwards-reisys/doe-eia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Welcome

Install Environment:

####Requirements You need to have vagrant installed https://www.vagrantup.com/downloads.html, then install these following tools:

$ vagrant plugin install vagrant-vbguest

Install project locally

Run command lines in order to set up the project in your machine :

$ git clone -b develop https://github.com/JihadMotii-REISys/doe-eia.git
$ cd doe-eia/conf/vagrant
$ vagrant up    #Proceed to next command even this command returns error messages
$ vagrant provision --provision-with shell   #sync your local environment with updated dev dependencies
$ vagrant ssh
$ cd /var/www/doe-eia

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)

######Note: the IP address allocated to this new VM Box is 192.168.56.107 and if you have used this IP Address, you can change it in conf/vagrant/puphpet/config.yaml

#####Run the application

Inside your vagrant VM, run the following command

$ cd /var/www/doe-eia/src
$ gulp serve

Browse URL: http://192.168.56.107:3000/

About

Proposal for DOE EIA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.4%
  • Puppet 30.0%
  • HTML 6.2%
  • Shell 3.9%
  • JavaScript 1.8%
  • Vim Script 0.3%
  • Other 0.4%