Copy the below jars to a folder in Linux box where SFG was running
amf.jar
jnats-2.13.1.jar
postgresql-42.2.12.jre6.jar
stringtree-json-2.0.5.jar
AmfService.jar
Now go to <SFG_Install>/bin directory and run the below commands to install the jars
./install3rdParty.sh amf 1.0 -j <Jars_path>/amf.jar
./install3rdParty.sh postgresql 42.2.12 -j <Jars_path>/postgresql-42.2.12.jar
./install3rdParty.sh stringtree-json 2.0.5 -j <Jars_path>/stringtree-json-2.0.5.jar
./install3rdParty.sh jnats 2.13.1 -j <Jars_path>/jnats-2.13.1.jar
./InstallService.sh <Jars_path>/AmfService_1020603.0.0.jar
Stop the SFG and run setupfiles, deployer and then start
From the <SFG_Install>/bin folder
$ ./hardstop.sh
$ ./setupfiles.sh
$ ./deployer.sh
$ ./run.sh
Note: The above steps can be done after we do all the changes in the next screens also.
Last updated