Minimal template for Kekkonen.
cp profiles-template.clj profiles.clj
lein run
lein uberjar
java -server -jar target/jess.jar
heroku apps:create
git push heroku
heroku config:set MASTER_TOKEN="`openssl rand -base64 1024 | tr -d '\n '; echo`"
heroku config:set USER_TOKEN="`openssl rand -base64 1024 | tr -d '\n '; echo`"
openssl rand -base64 1024 | tr -d '\n '; echo
Copyright © 2020