New setup

Create the necessary directories and set the appropriate permissions using the following commands You can either connect to an external PostgreSQL database or use a PostgreSQL Docker container as specified below. Option 1: Using Docker compose. If using an external PostgreSQL, skip the db service and configure the database settings…

0
Read More

Installing Embold Docker image

Prerequisite:   Your docker ID should be enabled for our private repository to download the Embold image.  Download and install the Embold Docker Image Note:If you didn’t add the current user to the docker group (sudo usermod -aG docker $(whoami)), you may need to run the above commands with sudo. The…

1
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