The setup has been tested on Linux (Ubuntu 20.04, Debian 10), Windows (WSL, and macOS (11.2). You will need an x86_64 CPU with at least 20 GB of free storage and6 GB of free RAM. More specifically, to deploy NEMI, you need an up and running docker service and python3, pip3, docker-compose, git, curl, and pass.
To start the installation process, please run curl -fsSL "https://get.project-nemi.org"|bash -s PROJECT LICENSE with the information you received after purchasing a license. After executing the script, you should have an up and running NEMI instance:

After a few minutes, the local tests should pass:

The most important life-cycle phases of the NEMI setup can be described as follows:
% ./nemi.sh
usage: nemi.sh [COMMAND]
COMMANDS:
check Check environment
start Start NEMI
test Test NEMI
stop Stop NEMI
remove Remove NEMI
status Debug NEMI
setup Automatically setup local environment
Please follow our instructions to develop your first own extension.