A centralised location for all information regarding usage of the platform.
git clone https://github.com/crane-cloud/documentation.git
- If
develop
is not up to date,git checkout develop
for it is the default base branch for this project.
python3 -m pip install --upgrade pip
python3 -m pip install virtualenv
python3 -m virtualenv name-of-your-virtual-environment
NOTE Remember to add the virtual environment to your gitignore.
source env/bin/activate
pip install -r requirements.txt
cd cranecloud
mkdocs serve