Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geertvangeest/cluster-docs


https://github.com/geertvangeest/cluster-docs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# IBU cluster wiki

This website is hosted at: [https://docs.pages.bioinformatics.unibe.ch/cluster-docs](https://docs.pages.bioinformatics.unibe.ch/cluster-docs).
Small edits can be directly commited to master. Larger edits (i.e. e.g. adding/removing pages) would require a merge request.

## Hosting it locally

This wiki is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).

To host it locally, install MkDocs:
```bash
pip install mkdocs
```

and Material:
```bash
pip install mkdocs-material
```

Host it with:
```bash
mkdocs serve
```

Check it out with your browser at [http://localhost:8000/](http://localhost:8000/)
# cluster-docs