Skip to content

Commit 1e1a7ea

Browse files
committed
ident
1 parent a7109b1 commit 1e1a7ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,21 @@ Make sure you have Maven3, JDK 7 (with JCE Unlimited Strength Policy Jurisdictio
2424
Let us assume the directory you would want to run the server is /home/bitsofproof/run.
2525

2626
cp server/target/bitsofproof-server-version-shaded.jar /home/bitsofproof/run
27+
2728
cp server/src/main/resources/context/*.xml /home/bitsofproof/run
29+
2830
cp server/src/main/resources/log4j.properties /home/bitsofproof/run
31+
2932
mkdir /home/bitsofproof/run/signed-libs
3033

3134
Download http://www.bouncycastle.org/download/bcprov-jdk15on-150.jar
35+
3236
cp bcprov-jdk15on-150.jar /home/bitsofproof/run/signed-libs/bcprov-jdk15on.jar
3337

3438
Run
3539
---
3640
cd /home/bitsofproof/run
41+
3742
java -server -Xmx4g -jar target/server/target/bitsofproof-server-version-shaded.jar testnet3 memdb
3843

3944
The final two parameters of the above example command line identify configuration contexts you copied under *-profile.xml. You have to choose one of the networks by specifying either testnet3 or production or slave, and a database layer, that could be (examples):

0 commit comments

Comments
 (0)