Unzip it and you should have 3 folders. tar -xvf precision100.tar.gz
- NATIVE
- finone-3.7-finacle-11.8.1
- OPERATORS
You need to do the following where u downloaded the zip file
cp -R ./NATIVE enbd-finone-finacle
cd enbd-finnone-finacle;
./configure-project.sh FILE <path to finone-3.7-finacle-11.8.1 folder"> "ENBD Finnone Finacle -KSA"
echo "PRECISION100_CONNECTION,ORACLE,precision100,Welcome123,mig" > ./conf/.connections.env.sh;
./bin/install-connect-operators.sh /connect-operators/ oracle
./bin/install-operators.sh /operators sql-plus;
./bin/install-operators.sh /operators loader;
./bin/install-operators.sh /operators smart-loader;
./bin/install-operators.sh /operators spool;
./bin/install-operators.sh /operators map-file;
./bin/install-operators.sh /operators smart-map-file;