Clojure tools.deps on Heroku

A minimal tools.deps Clojure project that can be deployed to Heroku.

Pure Nim score 15/100 · last commit 2019-02-12 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2019-02-12
Downloads 0
Last Indexed 2026-09-06 07:41

Installation

nimble install Clojure tools.deps on Heroku
choosenim install Clojure tools.deps on Heroku
git clone https://gitlab.com/eval/clojure-tools.deps-on-heroku

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
Clojure tools.deps on Heroku - - - - - - -

README

Clojure tools.deps on Heroku

A minimal tools.deps Clojure project that can be deployed to Heroku.

For details see this article.

deploying

Required: - the Heroku toolbelt - a working copy of this repository

The following steps deploy the application:

$ cd $PROJECT
$ heroku apps:create <name-of-app>
$ git push heroku master

Now heroku logs -t should show the application started successfully:

2019-02-06T17:13:34.247102+00:00 app[api]: Initial release by user user@example.org                                                                       
2019-02-06T17:13:34.339628+00:00 app[api]: Enable Logplex by user user@example.org                                                                        
2019-02-06T17:13:34.247102+00:00 app[api]: Release v1 created by user user@example.org                                                                    
2019-02-06T17:14:38.705142+00:00 app[api]: Deploy 47f6fa2e by user user@example.org                                                                       
2019-02-06T17:15:04.937567+00:00 app[web.1]: :tick
2019-02-06T17:15:07.940100+00:00 app[web.1]: :tick
...