CESNET / eInfra-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Documentation

This project contains e-INFRA CZ documentation portal source.

Development

Install

$ sudo apt install libpython-dev
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

or using docker

$ git submodule update --init --recursive
$ sudo ./start.sh

the -b parameter builds the container with required dependencies.

Package Upgrade With pip

$ pip list -o
$ pip install --upgrade package
$ pip freeze | sed '/pkg-resources==/d' > requirements.txt

Environments

URLs

fair-share
InfiniBand
RedHat
CentOS
Mellanox

Mathematical Formulae

Formulas Are Made With:

You can add formula to page like this:

$$
MAX\_FAIRSHARE * ( 1 - \frac{usage_{Project}}{usage_{Total}} )
$$

To enable the MathJX on page you need to enable it by adding line ---8<--- "mathjax.md" at the end of file.

About


Languages

Language:Python 40.0%Language:Shell 22.1%Language:CSS 17.4%Language:HTML 17.2%Language:JavaScript 1.6%Language:Ruby 0.7%Language:Dockerfile 0.7%Language:Nextflow 0.4%