Tools for analyzing courses at the Faculty of Engineering LTH, Lund University.
-
Download master.zip and unpack, or
git cloneif you have git. -
Make sure you have Java SE Development Kit 8 installed. Check this by typing in terminal
javac -version, which should give something similar tojavac 1.8.0_191 -
Make sure you have
sbtinstalled. Check this by typing in terminalsbt sbtVersion, which should print some version (any version will do). To installsbt:- on Linux (debian/Ubuntu): in terminal type
sudo apt-get install sbt - on MacOS: install and in terminal type:
brew install sbt@1 - on Windows: download msi-installer
- on Linux (debian/Ubuntu): in terminal type
- Open a terminal and navigate to
lth-courseswhere you have downloaded this repo. - Type
sbtand then execute withrun --server localhost 8090as in this example:
$ sbt
sbt:lth-courses> run --server localhost 8090
- Open your browser and surf to "http://localhost:8090/kursomaten"