/vagrant-fatarrow

vagrant set up to run fatarrow projects in a vm

Primary LanguageCoffeeScript

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

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