Tools for analyzing courses at the Faculty of Engineering LTH, Lund University.
-
Download master.zip and unpack, or
git clone
if 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
sbt
installed. 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-courses
where you have downloaded this repo. - Type
sbt
and then execute withrun --server localhost 8090
as in this example:
$ sbt
sbt:lth-courses> run --server localhost 8090
- Open your browser and surf to "http://localhost:8090/kursomaten"