Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/containerssh/containerssh.github.io

The ContainerSSH website
https://github.com/containerssh/containerssh.github.io

containerssh infrastructure mkdocs

Last synced: 16 days ago
JSON representation

The ContainerSSH website

Awesome Lists containing this project

README

        

[![ContainerSSH - Launch Containers on Demand](https://containerssh.github.io/images/logo-for-embedding.svg)](https://containerssh.github.io/)

The ContainerSSH Website

This repository contains the source code for the ContainerSSH website. It is built using [mkdocs](https://www.mkdocs.org/) and the [material theme](https://squidfunk.github.io/mkdocs-material/).

⚠⚠⚠ 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](https://www.python.org/) and [pip](https://pypi.org/project/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`.