generated using Luminus version "2.9.11.90"
lein migratus migrate
- You will need Leiningen 2.0 or above installed.
- You will need Java 8 or above installed.
- You will need to instll postgresql and pre-create user and database.
- Install libraries needed for spark.
sudo apt-get install libgfortran3
To start a web server for the application, run:
lein run
Point chrome to http://localhost:3000
Point chrome to http://localhost:4040/stages/
After uberjar built.
java -Ddatabase-url="jdbc:postgresql://localhost/intowow_dev?user=intowow&password=qwerty" -jar target/uberjar/intowow.jar
Copyright © 2017 Laurence Chen
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.