Installation Guide - Linux

1. Installation

1.1 - Use the following command to download installation scripts in the Linux command shell:

EPC version

Command

V1.7.2 (beta)

wget https://engenius-epc.s3.us-west-2.amazonaws.com/dev/1.7.2/epc.sh; chmod +x epc.sh

V1.8.7

wget https://engenius-epc.s3.us-west-2.amazonaws.com/dev/1.8.7/epc.sh; chmod +x epc.sh

V1.8.8

wget https://engenius-epc.s3.us-west-2.amazonaws.com/dev/1.8.8/epc.sh; chmod +x epc.sh

1.2 - Run the script with the following command:

sudo ./epc.sh install
circle-info

The script will help install EPC port mapping and database into your local system. The location of the database will be in /srv/docker/mongodb/data/db

circle-info

If your Linux has pre-installed Docker that does not have enough system permissions. Please remove the Docker by command:

sudo snap remove docker 

and run below command again.

sudo ./epc.sh install

Docker permissions insufficient

2. Open EPC

Open the following URL in your browser:

or

Last updated

Was this helpful?