nmehta6 / vagrant-fatarrow

vagrant set up to run fatarrow projects in a vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

         __         _____        __
 ______  \ \      _/ ____\____ _/  |______ ______________  ______  _  __
/_____/   \ \     \   __\\__  \\   __\__  \\_  __ \_  __ \/  _ \ \/ \/ /
/_____/   / /      |  |   / __ \|  |  / __ \|  | \/|  | \(  <_> )     /
         /_/       |__|  (____  /__| (____  /__|   |__|   \____/ \/\_/
                              \/          \/

Installation steps

  • Install Virtual Box
  • Install Vagrant
  • Run vagrant up. This will provision the box
  • Run vagrant ssh to access the box
  • Run export DISPLAY=:10 (this is required each time you ssh into the box)
  • Run cd /fatarrow. This is where the source is located
  • Run npm install
  • Run gulp

About

vagrant set up to run fatarrow projects in a vm


Languages

Language:CoffeeScript 89.8%Language:HTML 7.8%Language:Shell 1.9%Language:CSS 0.5%