git clone https://github.com/uclmr/acl2015tutorial.git
cd acl2015tutorial
git submodule update --init --recursive
cd wolfe; git pull; sbt publish-local; cd ..
cd htmlgen; git pull; mvn clean install -Dgpg.skip=true; cd ..
cd moro; git checkout master; git pull; cd ..
cp application.conf moro/conf
cd moro/public/
ln -s ../../src/main/moro/figures
cd ../..
sbt compile
cd moro; sbt run
Then go to localhost:9000
in your browser.
Got to http://localhost:9000/doc/present/overview
in your browser. Replace overview
with the name of your slides.
cd .. git add src/main/moro/*.json git commit -am "Added slide" git push