Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 752 Bytes

Scala Rendler Framework

The Scala rendler must be executed inside the "vagrant ssh" session.

$ cd hostfiles/scala
$ sbt "run http://mesosphere.com 127.0.1.1:5050"
## press ENTER to initiate a graceful shutdown
## ...
$ ../bin/make-pdf

If you're using the VM for the first time, sbt will not be installed. Run the following commands to install it, as provided by the sbt docs:

$ echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
$ sudo apt-get update
$ sudo apt-get install sbt