Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 735 Bytes

ninjatools

Databases

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';

Updating

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.

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

License

Copyright © 2015 Carousel Apps, Ltd. All rights reserved.