Skip to content

Instantly share code, notes, and snippets.

@jabbawookiees
Created June 15, 2013 09:45
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 jabbawookiees/5787558 to your computer and use it in GitHub Desktop.
Save jabbawookiees/5787558 to your computer and use it in GitHub Desktop.
bullshit
sudo rm .bash_profile
echo 'export PATH=/usr/local/opt/ruby/bin:$PATH' > .bash_profile
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew install ruby
PATH=/usr/local/opt/ruby/bin:$PATH
gem install bundler
git clone git://github.com/UP-MIT-GSL/angular-momentum.git
cd angular-momentum
bundle install
bundle exec vagrant up
cd frontend
brew install nodejs
bundle install
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment