1 Star 1 Fork 2

imxylz / jafka

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
imxylz 提交于 2013-12-25 17:12 . rename config files for simple upgrade
Simple Install Guide
======
The package can be builded on any Java enviroment.
Require
======
* JDK 1.6+ (maybe works on JDK 1.5+ after changing the pom)
* Maven 2.2+ (3.0+ better)
Build
======
Build the source with maven:
mvn clean package assembly:single -Dmaven.test.skip=true
We recomment you to run the unit test.
mvn clean package assembly:single
Copy and unpack the package 'target/jafka-1.x.x-all.tar.gz' while 1.x.x is the version.
Install & Upgrade
======
copy 'server.properties' and 'log4j.properties' from sample or previous installation:
cp conf/server.properties.sample conf/server.properties
cp conf/log4j.properties.sample conf/log4j.properties
Run
======
Start the service with wrapper script:
chmod +x bin/run.sh
bin/run.sh console
----
Full install guide: https://github.com/adyliu/jafka/wiki/install
Java
1
https://gitee.com/adyliu/jafka.git
git@gitee.com:adyliu/jafka.git
adyliu
jafka
jafka
master

搜索帮助