- java7 or more tested by 1.7.0_02
- gradle 1.0-milestone-9 (for development and build)
- eclipse 3.7.2 (for development)
Apache License, Version 2.0
- download latest release from here
- execute
java -jar koshinuke.jar
- access to localhost
- default username and password is taichi/taichipass
- if you want to add user, gradle script contains password utility
- modify passwd task
- execute passwd task
gradle passwd
- copy output to etc/login.properties
- clone this repository
git clone [email protected]:koshinuke/koshinuke.java.git
- clone koshinuke repository
git clone [email protected]:koshinuke/koshinuke.git
- checkout closure-library
svn co http://closure-library.googlecode.com/svn/trunk/ closure-library
- if you haven't use gradle yet
- execute gradle installation shell script called gradle wrapper.
gradle
(Linux/Mac)
gradle.bat
(Windows)
- execute gradle installation shell script called gradle wrapper.
- make gradle.properties
- add proxy entry if you need.
- koshinuke_path to local koshinuke repository root dir
- closure_path to local clorsure-library root dir
- copy static contents from koshinuke
gradle cloneweb sym
- convert to eclipse project
gradle eclipse
- build executable jar
gradle war
- execute src/groovy/Debug.groovy for debug