Requirements and Deploying Bitnobi - myantandco/RA-BitnobiPilotJuly2020 GitHub Wiki
Hardware Requirements
assumes light evaluation use by a few users.
minimum of 2 CPU cores, 8GB RAM, 80GB disk space. Can be a VM.
static IP address or fixed domain name.
port 443 and 8888 must be opened to the network (e.g. via iptables). Bitnobi UI uses these ports. If you are running Bitnobi in a VM, you may need to also set up "Port Forwarding" for this port.
Software Prerequisites
Ubuntu 18.04 preferred as a base Operating System.
Docker CE. Bitnobi is distributed as docker images and so docker community edition must be installed on your target server. Docker installation instructions can be found at https://docs.docker.com/install/linux/docker-ce/ubuntu/ .
make sure no other server processes is using port 443 (HTTPS).
(optional) Certificate signed by a CA authority for the domain name being used by the Bitnobi server. Default deployment uses a self-signed certificate.
Browser Support
currently only the Chrome browser is supported by Bitnobi.