Simple Installation
Simplify advanced installation in one script. Install with default settings.
Run the script below in the Terminal:
curl -s https://storage.googleapis.com/nf-visionaire-docker/nf-visionaire -O && sudo bash nf-visionaire start
Before continuing to install, please make sure that:
- No native Postgre is installed
- Port 80, 4004, 4005 is unused and opened.
On the first run, you'll be prompted to input credentials data interactively.
DEPLOYMENT_KEY_SNAPSHOT
= The deployment key of Docker Snapshot. You can get it from cloud.nodeflux.io.
You can skip this process by creating
credential.env
contains credentials beforehand.- Check your
localhost:8008
in your browser to see Visionaire Docker Stream is running. Use these credential to login into our dashboard:- User: [email protected]
- Pass: adminadmin

Successfully install the docker without any problem.

Visionaire Dashboard
Last modified 5mo ago