-
Notifications
You must be signed in to change notification settings - Fork 323
/
INSTALL
44 lines (26 loc) · 905 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Simple Install Guide
======
The package can be built 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 recommend 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