Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 611 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 611 Bytes

esdoc-technical

Micro-site encapsulating documentation of ES-DOC technical eco-system.

Installation

# Ensure Python 3 dependencies have been installed.
python3 -m pip install --upgrade mkdocs
python3 -m pip install --upgrade mkdocs-material

# Clone repo into working directory.
cd YOUR_WORKING_DIRECTORY
git clone https://github.com/ES-DOC/esdoc-technical.git

Usage

# Activate shell commands.
cd YOUR_WORKING_DIRECTORY/esdoc-technical
source sh/activate

# Run mkdocs site.
esdoc-technical

# Open browser -> https://localhost:8000 (URL as stated by the ESDOC-TECH service STDOUT)