/containerssh.github.io

The ContainerSSH website

Primary LanguagePythonOtherNOASSERTION

ContainerSSH - Launch Containers on Demand

The ContainerSSH Website

This repository contains the source code for the ContainerSSH website. It is built using mkdocs and the material theme.

⚠⚠⚠ Warning: This is a developer documentation. ⚠⚠⚠
The user documentation for ContainerSSH is located at containerssh.io.

Building and testing the website

In order to build the website you will need Python and pip. You can install the required dependencies using pip:

pip install -r requirements.txt

Then you can launch the development server:

mkdocs serve

This launches the development server on http://localhost:8000/. If it doesn't work, try python -m mkdocs serve.