Software Packages (VM)

The image is put on ECR (Amazon Elastic Container Registry). The user does not need to download the image separately.

Prepare host OS

For the time being, please use the following OSs:

  1. Ubuntu: 20.04.3 LTS(Server)

  2. Debian: 10.6

Besides, sudo is required before EnGenius FitController installation.

As described in Platform Requirements, you can still use another host OS as long as docker is well-supported in the platform.

Download installation scripts

In command shell:

wget https://epc-release.s3.us-west-2.amazonaws.com/epc-prod.sh; chmod +x epc-prod.sh

Run the script

The script checks if you already have docker installed. If not, the script will help you to install the packages.

The script will then load and install EnGenius FitController into your local system.

  • port mapping

  • the database storage is stored in path: /srv/docker/mongodb/data/db

Install and run EnGenius FitController:

sudo ./epc-prod.sh install

You have to enter your login account information first:

Manipulate FitController

Stop running FitController containers:

sudo ./epc-prod.sh stop

Run the stopped FitController containers:

sudo ./epc-prod.sh up

Remove FitController containers but keep the docker images:

sudo ./epc-prod.sh remove

Remove FitController containers and docker images:

sudo ./epc-prod.sh uninstall

Last updated