About
The following prerequisites are the tested, approved minimums. Other versions may function as desired but have not been tested. The install instructions are specific to Ubuntu but should similarly for Centos.
Hardware
Minimum recommended
- 1vCPU
- 1G Ram
- 20G Free Storage
Network
Required Endpoints
Software
- Python
- Tested Version: 3.5.2
- URL: https://www.python.org/downloads/
- Pip
- Tested Version: 9.0.1
- URL: https://pip.pypa.io/en/stable/installing/
- Pipenv
- Tested Version: 2018.7.1
- URL: https://pipenv.pypa.io/en/latest/
- Git Client
- Tested Version: 2.17.1
- URL: https://git-scm.com
- Virtru Audit API Export Client
Install Prerequisites
Install Python
apt install python3 python3 --version
Install Pip
apt install python3-pip
pip3 --version
Install Pipenv
pip3 install pipenv pipenv --version
Install Git Client
apt install git git --version