Skip to content

Commit

Permalink
Adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Aug 3, 2019
1 parent 5c189c3 commit 7f365ec
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# klojure

A blueprint bundle for deploying a
[nrepl](https://nrepl.org/nrepl/0.6.0/index.html) server to a
[karaf](https://karaf.apache.org/) container.

## building

To build the klojure jar, do:

mvn clean install

## installing

To install the jar, do:

cp target/klojure-0.0.1-SNAPSHOT.jar $DDF_HOME/deploy

## running a repl

To run a repl in the karaf console, do:

clj:repl

To connect to the nrepl server with [lein](https://leiningen.org/), do:

lein repl :connect 7888

The nrepl server is also available for clients such as
[cursive](https://cursive-ide.com/) and
[vim-fireplace](https://github.com/tpope/vim-fireplace).

0 comments on commit 7f365ec

Please sign in to comment.