Skip to content

gthurm/acha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acha-acha

Rick Hickey achievements

Usage

Grab a jar from latest release:

curl -L -O https://github.com/someteam/acha/releases/download/0.2.3/acha-uber-0.2.3.jar

Run it as:

java -jar acha-uber-0.2.3.jar
open http://localhost:8080/

Following configuration options are supported:

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

Building from source

lein do clean, cljsbuild clean, cljsbuild once prod, uberjar
java -jar target/acha-uber.jar &

Development mode

lein cljsbuild auto dev &
lein run --reload true &
open http://localhost:8080/index_dev.html

License

Copyright © Nikita Prokopov, Julie Prokopova, Renat Idrisov, Andrey Vasenin, Dmitry Ivanov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.