-
Notifications
You must be signed in to change notification settings - Fork 63
NEMO with docker Quick Start
Mathieu Rampant edited this page Apr 25, 2019
·
5 revisions
The following provides a way to quickly install NEMO, Nginx, and Control-Center on MacOS, Linux or Windows.
The only requirement is that Docker needs to be installed and running.
To install Docker, refer to the instructions on Docker's website:
Basic settings are provided for NEMO (the splash_pad settings), and for Nginx (bypassing authentication with a special header)
- Download nemo-compose.zip
- Unzip the contents in a folder of your choice.
- If on MacOS or Linux, run the
start.sh
script. - If on Windows, open powershell as an administrator and execute
Set-ExecutionPolicy Unrestricted CurrentUser
, then run thestart.ps1
script. - NEMO can be accessed at http://localhost and control-center at http://localhost:8001
- For NEMO, the username is set in nginx.conf (captain).
- For control-center, you will need to login using login
captain
and default passwordqwertyuiop[]\
Control Center allows you to manage (start/stop/restart) NEMO and Nginx through a Web User Interface