Skip to content

Instantly share code, notes, and snippets.

@ChrisChares
Created July 8, 2014 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisChares/11ed9a4f828868809107 to your computer and use it in GitHub Desktop.
Save ChrisChares/11ed9a4f828868809107 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
#Install NPM Globals
sudo npm install -g nodemon
sudo npm install -g bower
sudo npm install -g grunt-cli
sudo npm install -g mocha
#Get the Submodules
git submodule init
git submodule update
#Install dependencies
npm install
(cd goby-api && exec npm install)
(cd goby-admin && exec bower install)
#docker-osx config
mkdir $HOME/.docker-osx
cp etc/docker-osx.config $HOME/.docker-osx/defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment