Skip to content

NEMO with docker Quick Start

Mathieu Rampant edited this page Apr 25, 2019 · 5 revisions

Quick Start

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)

  1. Download nemo-compose.zip
  2. Unzip the contents in a folder of your choice.
  3. If on MacOS or Linux, run the start.sh script.
  4. If on Windows, open powershell as an administrator and execute Set-ExecutionPolicy Unrestricted CurrentUser, then run the start.ps1 script.
  5. NEMO can be accessed at http://localhost and control-center at http://localhost:8001
  6. For NEMO, the username is set in nginx.conf (captain).
  7. For control-center, you will need to login using login captain and default password qwertyuiop[]\

Control Center allows you to manage (start/stop/restart) NEMO and Nginx through a Web User Interface