Skip to content

Instantly share code, notes, and snippets.

@sebhtml
Created May 30, 2014 17:34
Show Gist options
  • Save sebhtml/c4ff580428795dc339c1 to your computer and use it in GitHub Desktop.
Save sebhtml/c4ff580428795dc339c1 to your computer and use it in GitHub Desktop.
cd /kb
git clone ssh://kbase@git.kbase.us/dev_container
cd /kb/dev_container
./bootstrap /kb/runtime
source user-env.sh
cd /kb/dev_container/modules
git clone ssh://kbase@git.kbase.us/assembly
git fetch origin
git checkout RC
make deploy
make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment