Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Add package uberjar
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanamist committed Jul 13, 2016
1 parent 62acd80 commit b72fd4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ lein run
```
Meet with zk-web at [http://localhost:8080](http://localhost:8080)! I'am sure it's super easy!

## Package UberJar

```bash
cd zk-web
lein uberjar
```

## Configuration

zk-web is also easy to configurate. It reads `$HOME/.zk-web-conf.clj` or `conf/zk-web-conf.clj` when it starts up. As you‘ve already seen, the configuration file is also clojure code. Let's see an example:
Expand Down

0 comments on commit b72fd4b

Please sign in to comment.