Evolvus / precision

Precision 100 Framework Documentation

Home Page:https://ennovatenow.github.io/precision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unzip it and you should have 3 folders. tar -xvf precision100.tar.gz

  1. NATIVE
  2. finone-3.7-finacle-11.8.1
  3. 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;