Use these commands to create the databases:
CREATE DATABASE "ninjatools_dev" WITH OWNER "your-username" ENCODING 'UTF8';
CREATE DATABASE "ninjatools_test" WITH OWNER "your-username" ENCODING 'UTF8';
To update to a more current luminus template, in a different directory run:
lein new luminus ninjatools +site +cljs +auth +postgres +swagger
and then diff the two directories and copy what you want.
You will need Leiningen 2.0 or above installed.
To start a web server for the application, run:
lein ring server
Copyright © 2015 Carousel Apps, Ltd. All rights reserved.