This app was created with: lein new luminus timmus +cljs +swagger +mysql +auth +war
To install this project:
$ git clone git@github.com:brianmd/timmus.git
$ cd timmus
$ git clone git@bitbucket.org:summitelectricsupply/jars.git
$ cd jars
$ cp -r [mac|linux-64bit] .
also will need [dev|qas|prd].jcoDestination and a profiles.clj
You will need the oracle jdbc driver as well. Change the highlighted directory as appropriate in the following command:
$ cd jars/instantclient_11_2
$ mvn install:install-file -X -DgroupId=local -DartifactId=ojdbc6 -Dversion=11.2.0.4 -Dpackaging=jar -Dfile=ojdbc6.jar -DgeneratePom=true
To install maven on Macs:
$ brew update
$ brew install maven
or linux:
$ sudo apt-get update
$ sudo apt-get install -y maven
You will need Leiningen 2.0 or above installed.
profiles-example.clj may be used as a template for /profiles.clj.
To start a web server for the application, run:
lein run
Copyright © 2016 FIXME