Skip to content

Instantly share code, notes, and snippets.

@oyeb
Last active January 12, 2018 12:45
Show Gist options
  • Save oyeb/d9b825b4c526fe98f3b8abfb124f4087 to your computer and use it in GitHub Desktop.
Save oyeb/d9b825b4c526fe98f3b8abfb124f4087 to your computer and use it in GitHub Desktop.
Launching the dev environment for the meetup
#!/bin/sh
git clone https://github.com/aviabird/gringotts.git
cd gringotts
git fetch origin dev
git checkout dev
# fork off from dev into `global-collect` or whatever you wish
git checkout -b global-collect
mix deps.get
mix compile
MIX_ENV=test mix compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment