Created
July 8, 2014 17:00
-
-
Save ChrisChares/11ed9a4f828868809107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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