Information Privacy and Security's Vulnerability Risk Management tool
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- python 3.9 (Please download the version above 3.9)
Create a .env file in the root of your project and insert
your key/value pairs in the following format of KEY=VALUE:
If you need environment variable information for accessing JIRA, Postgres and PGAdmin, please contact us
To setup project specific docker containers, first make sure you have Docker Desktop installed on your machine. Next, run the following command.
docker-compose build
docker-compose upThis command will build the project DB, PGAdmin, Server containers. The name of all containers used within the VRM Integration project can be found in the docker-compose file found at the root level of this repository.
