Configuring Server Port

Change the default port By default, the Embold application is running on port 3000. To change this, you need to follow the steps listed below: Go to the directory where the Embold is installed (based on the option selected during installation). Edit gamma-config.json which can be found at the following…

0
Read More

Postgres Configuration

Accessing database from different machines Go to Postgres installation directory-> 9.6 -> data. Postgres installation is usually located at the following location: On Linux: /var/lib/pgsql On Windows: C:/Program Files/PostgreSQL Steps Edit the postgresql.conf as shown below: Edit pg_hba.conf in the IPv4 section as shown below: To allow any user from…

0
Read More

Antipattern Visualization

Antipattern Visualization technique helps user to understand this antipattern in a graphical representation format. How to view Antipattern Visualization? Use of Antipattern Visualization This visualization technique is to represent each antipattern in a pictorial format instead of a detailed description. The layout of the visualized report is stored in JSON…

0
Read More

Release 1.7.8

Release date: Cloud : 06, December 2019On-premise : 11, December 2019 What is new? Parallel and incremental scan for C/C++ projects. Enjoy significantly faster scans, because ‘fast’ is not just cool, its the hallmark of Embold 🙂 With our new anti-pattern visualisation, you have the ability to better understand and…

0
Read More

Steps to integrate GitHub

Below are the steps to integrate GitHub with the existing account and OAuth: Select the Issue tracker integration option from the repository context menu of the desired repository. In Issue Tracker Integration pop-up, select the platform as GitHub, there will be 2 options: Existing Authentication OAuth Authentication  Existing Authentication will be by default selected option.…

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