Standalone Server Pre-requisites
You can follow the steps in this video to deploy Quantotto Server pre-requisites on VirtualBox VM.
Server Side Hardware
- At least 2 CPUs (4 CPUs recommended)
- At least 4 GB of RAM (3x # of CPUs recommended)
- At least 50 GB of disk space (200 GB recommended for 7 days of data retention from 5 devices)
NOTE:
- Hardware requirements will change as you add more devices, configure more scenarios, retain more data.
- Server can be deployed on Virtual Machine.
Server Side Software
- Ubuntu Server 16.04+ (20.04 recommended) with Internet connection
- Python 3.6+ (20.04 comes with 3.8.5)
- docker (
sudo apt-get -yy install docker.io
); refer to https://www.docker.com for more detailed instructions (including post-installation steps)
NOTE:
- This guide doesn’t cover the deployment instructions for the above software (only video instructions are provided).
- Installer script will verify the above pre-requisites and will refuse to proceed if they are not met.