/content-explorer-web

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Prepare project

Download project

git clone https://github.com/frantracer/content-explorer-web

Create directory with the following files:

- config
|- cert.pem
|- key.pem
|- web.env

Install docker (https://docs.docker.com/install/)

Development environment

Run the following command and follow instructions:

python deploy.py --config ../config/ --env DEV

The web will be available at:

https://localhost:8443

Production environment

Run the following command:

python deploy.py --config ../config/ --env PRO