Guillermo Bonet
5857c2294e
gitea/mylogger/pipeline/head This commit looks good
Details
|
||
---|---|---|
.vscode | ||
config | ||
lib | ||
.gitignore | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
index.js | ||
mylogger.js | ||
package-lock.json | ||
package.json | ||
zongji.sql | ||
zongji.undo.sql |
README.md
MySQL and MariaDB data changes auditor
Enviroment setup
Because a bug with MariaDB wich it's fix is pending to be merged into main project branch, a zongji fork must be cloned into project root directory. More info at https://github.com/nevill/zongji/issues/143
git clone https://github.com/juan-ferrer-toribio/zongji.git
cd zongji
git checkout fix-143
Apply zongji.sql script into DB.
Copy config.json to config.local.json and place your local configuration there.
Install dependencies.
npm install
Run application
Launch app.
node index.js