perses / website

Perses website for documentation and demo
Apache License 2.0
2 stars 3 forks source link

website

This repository contains everything required to start the Perses demo, the documentation website, etc.

Instructions

On the machine, just pull this repository and run podman-compose up -d

Start the website locally

We recommend you to create a python virtual environment.

python3 -m venv venv
source ./venv/bin/activate # Scripts instead of bin on windows

Then you can install the libs required to run the Perses website:

pip install -r requirements.txt

And finally, you can run the server:

mkdocs serve -a "localhost:8080"

Deploy the website

To build the website, run:

mkdocs build

Then you can run:

docker-compose up -d website

Then website is available at the url http://localhost:1313