coog-bench is a tools to check coog (or trytond) deployment. It verifies:
- connectivity between client / application server (trytond) / db server
- cpu / memory capabilities of application server
- db capabilities for read / write operations
- bench module should be installed on trytond
- local run:
npm i && npm run start
(you could need to changebrowser-sync
proxy configuration)
- local build:
npm i && npm run build
(generated files on public folder) - build without installing node:
cd docker && ./build
(generated files are in dist folder) - serve generated files via nginx or other standard web server
See LICENSE
See COPYRIGHT
For more information please visit the Coopengo web site :