Last active
January 12, 2018 12:45
-
-
Save oyeb/d9b825b4c526fe98f3b8abfb124f4087 to your computer and use it in GitHub Desktop.
Launching the dev environment for the meetup
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
#!/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