Option 2: Setup sample tracking database using Docker
Start by installing docker-compose and downloading our sharing code
Download our sharing code:
Then go into the vcpa-web-api
folder
and fill in the information to the .env file
as shown below:
Users can verify their outcome by typing: docker-compose up; below is an example of what you will see
For Linux/MacOS Users
Make sure you turn off Firewall for private networks.
This image version could directly build on Linux/MacOS.
For Windows Users
Make sure you turn off Windows Firewall for private networks.
Modify docker-compose.yml volumes:
C:/users/<username>/path-to-bitbucket/vcpa-web-api/scripts/initdb:/docker-entrypoint-initdb.d also change Docker setting
3. Make sure init.sh file format is in unix format.
PreviousOption 1: Setup sample tracking database using Public AMI (recommended)NextStep 3: Configure your project information in the tracking database
Last updated