Install Cppcheck

You have to install cppcheck (Version 2..4.1) manually on your machine. Installation on Windows Go to ‘https://sourceforge.net/projects/cppcheck/files/cppcheck/2.4/cppcheck-2.4.1-x64-Setup.msi/download‘. Open downloaded .msi file. Install Cppcheck. Check version on cmd: cppcheck –version. Installation on Linux Execute commands on the terminal: git clone –branch 2.4.x https://github.com/danmar/cppcheck.git /cppcheck mkdir /cppcheck/build cd /cppcheck/build cmake .. cmake…

0
Read More

Database restoration on Linux/RHEL/CentOS

This section provides information for database restoration and file restoration. A. Database restoration on Ubuntu/RHEL/CentOS The databases from the source Embold machine is restored using the following steps: Get the shell file at /gamma_ui/dbscripts/scripts/backup_restore.sh Execute the file. The command prompt will be displayed. Follow the inquiries to restore the database.…

0
Read More

DB backup for Linux

A. Database backup on Linux/RHEL/CentOS The databases from the source Embold machine is backed up using the following steps: Get the shell file at /gamma_ui/dbscripts/scripts/backup_restore.sh. Execute the shell script with Postgres password. For Example: ./backup_restore.sh The command prompt will be displayed. Follow the inquiries to backup the database. B. Files…

0
Read More

Installing Docker engine

Docker engine needs to be installed on the host prior to installing the BrowserStack Code Quality Docker image. Depending on your OS, refer the following steps to setup Docker Engine. A. Docker Engine on CentOS Follow the steps listed at this link. B. Docker Engine on Ubuntu Follow the steps…

0
Read More