Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 1234be0

Browse files
committed
Merge branch 'dev' of https://github.com/cloudspokes/direct-app into dev
2 parents f9cecb4 + 89818e3 commit 1234be0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Setup on VM:
88
* Git Clone the direct-app repo into folder /home/direct/direct.
99
* Copy the back up *.properties files back to /home/direct/direct
1010
* Among the *.properties, update topcoder_global.properties, add line 'direct_service_libdir=${libdir}/tcs/ejb' after tcs_libdir property
11-
* Make sure JDK7 is used: run 'export JAVA_HOME=/opt/jdk1.7.0_17'
11+
* Make sure JDK7 is used: run
12+
* + export JAVA_HOME=/opt/jdk1.7.0_17
13+
* + export PATH=/opt/jdk1.7.0_17/bin:$PATH
1214

1315
Setup on Local env - Refer to http://apps.topcoder.com/wiki/display/docs/TC+Direct+Setup+Guide
1416
* Instead of using SVN, you will use the codes from this git repo

0 commit comments

Comments
 (0)