Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 499 Bytes

Building with Docker

git clone https://github.com/amidaware/trmm-docs.git
cd trmm-docs
./build.sh

Building standard

git clone https://github.com/amidaware/trmm-docs.git
cd trmm-docs
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools wheel
pip install -r requirements.txt
mkdocs serve

Browse to http://your-server-ip:8005

Understanding python and running stuff