/
PCEI Installation Guide
PCEI Installation Guide
Currently, PCEI installation is a straightforward manual process:
- Start with a new installation of a Ubuntu server, or a Ubuntu VM (16.04 and later version is preferred)
- Install git by 'sudo apt install git'
- Install docker per the instructions from https://docs.docker.com/engine/install/ubuntu/
- Pull the PCEI source code from Gerrit: git clone "https://gerrit.akraino.org/r/pcei"
- Build the docker image by 'cd pcei/locationAPI/nodejs && docker build -t pcei_api_docker .'
- Now you can start PCEI from the newly build docker image by 'docker run --detach -p 8081:8081 pcei_api_docker'
The installation flow is depicted below:
, multiple selections available,
Related content
PCEI R5 Installation Guide
PCEI R5 Installation Guide
More like this
PCEI R4 Installation Guide
PCEI R4 Installation Guide
More like this
PCEI R6 Installation Guide
PCEI R6 Installation Guide
More like this
PCEI R7 Installation Guide
PCEI R7 Installation Guide
More like this
PCEI R5 API Document
PCEI R5 API Document
More like this
PCEI R6 API Document
PCEI R6 API Document
More like this