Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.21 KB

lth-courses

Tools for analyzing courses at the Faculty of Engineering LTH, Lund University.

How to run this app

Download

  • 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 to javac 1.8.0_191

  • Make sure you have sbt installed. Check this by typing in terminal sbt sbtVersion, which should print some version (any version will do). To install sbt:

    • 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

Execute

  • Open a terminal and navigate to lth-courses where you have downloaded this repo.
  • Type sbt and then execute with run --server localhost 8090 as in this example:
$ sbt
sbt:lth-courses> run --server localhost 8090