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

https://github.com/crane-cloud/documentation

A repository for all crane cloud documentation
https://github.com/crane-cloud/documentation

Last synced: about 2 months ago
JSON representation

A repository for all crane cloud documentation

Awesome Lists containing this project

README

          

# Crane Cloud Documentation
> A centralised location for all information regarding usage of the platform.

## How to setup the project:
#### Clone the repository
` 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.
#### Install pip or upgrade its version by running

python3 -m pip install --upgrade pip

#### Install and creating a virtual environment run

python3 -m pip install virtualenv

#### To create a virtual environment run

python3 -m virtualenv name-of-your-virtual-environment

**NOTE** Remember to add the virtual environment to your gitignore.

#### To activate the virtual evnvironment created run

source env/bin/activate

#### To install the packages in the requirements.txt file run

pip install -r requirements.txt

#### To access the mkdocs yml file
cd cranecloud

#### To run the docs, run:

mkdocs serve

## Deployment
* The Deployed staging app is [here.](https://staging-docs.cranecloud.io/)
* The Deployed production app is [here.](https://docs.cranecloud.io/)