Skip to content

Instantly share code, notes, and snippets.

@eMaringolo
Created April 22, 2014 12:47
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 eMaringolo/11177736 to your computer and use it in GitHub Desktop.
Save eMaringolo/11177736 to your computer and use it in GitHub Desktop.
mkdir marina
cd marina
wget "https://ci.inria.fr/pharo-contribution/job/marina/PHARO=30,VERSION=development,VM=vm/lastSuccessfulBuild/artifact/Marina.zip"
wget -O- get.pharo.org/vm | bash
git clone https://github.com/tide-framework/marina.git
cd marina
git submodule init
git submodule update
bower install
cd tide
bower install
cd ../..
./pharo-ui Marina.image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment