Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geertvangeest/cluster-docs
https://github.com/geertvangeest/cluster-docs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/geertvangeest/cluster-docs
- Owner: GeertvanGeest
- Created: 2023-10-04T08:15:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T08:28:18.000Z (over 1 year ago)
- Last Synced: 2023-10-04T17:58:34.057Z (over 1 year ago)
- Language: Dockerfile
- Size: 94.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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