Pre-install software: Java, Maven, Tomcat
You need to config your acs at com.moodys.acs.util.AcsContext.java, just like below:
- WINDOWS_BAT_PATH/LINUX_BAT_PATH = "[Script Of Get/Update Source Codes From Git/CVS/SVN/P4]"
- FILE_INDEX = "[Lucene Index Path]"
- RO_FILE_TARGET_999 = "[Application Source Codes Path, like Main Version]"
You could also config your acs job time at applicationContext-job.xml, just like below:
- deleteIndexFolder = 0 0 1 * * ?
- runBat = 0 5 1 * * ?
- createIndex = 0 10 1 * * ?