Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 802 Bytes

README.org

File metadata and controls

29 lines (29 loc) · 802 Bytes

ACL 2015 Tutorial

Cloning

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

Running Moro notebook

cd moro; sbt run

Then go to localhost:9000 in your browser.

Opening slides

Got to http://localhost:9000/doc/present/overview in your browser. Replace overview with the name of your slides.

Committing your slides

cd ..
git add src/main/moro/*.json
git commit -am "Added slide"
git push