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
This docker instance has the web open to the public to allow remote analysis instances access to this API site.
Please ensure that this docker host has the default web port (80) accessible by public hosts.
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.
Last updated