Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v 0.2.2
  • Loading branch information
tonsky committed Oct 21, 2014
1 parent 1debda7 commit a4f543a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -4,17 +4,18 @@

## Usage

Grab a jar [from latest release](https://github.com/someteam/acha/releases/latest).
Grab a jar [from latest release](https://github.com/someteam/acha/releases/latest):

curl -L -o acha-uber.jar https://github.com/someteam/acha/releases/download/0.2.2/acha-uber-0.2.2.jar

Run it as:

curl -L -o acha-uber.jar https://github.com/someteam/acha/releases/download/0.2.1/acha-uber-0.2.1.jar
java -jar acha-uber.jar
java -jar acha-uber-0.2.2.jar
open http://localhost:8080/

Following configuration options are supported:

java -jar acha-uber.jar --ip 0.0.0.0 --port 8080 --dir .acha
java -jar acha-uber-0.2.2.jar --ip 0.0.0.0 --port 8080 --dir .acha

## Building from source

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject acha "0.2.1"
(defproject acha "0.2.2"
:description "Enterprise Git Achievements Provider. Web scale. In the cloud"
:url "http://acha-acha.co"

Expand Down
2 changes: 1 addition & 1 deletion src-clj/acha/core.clj
Expand Up @@ -2,7 +2,7 @@
(:require
[clojure.core.async :as async]))

(def version "0.2.1")
(def version "0.2.2")

(def working-dir ".acha")

Expand Down

0 comments on commit a4f543a

Please sign in to comment.