Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

curious-containers/cc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

358 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC-Server

This repository has been deprecated in favor of new software components.

For more information please refer to the Curious Containers documentation.

Documentation

The documentation for the deprecated software components is not available on the project website anymore.

In order to restore the HTML documentation you can build it yourself using the following instructions.

git clone https://github.com/curious-containers/cc-server.git
cd cc-server/docs
pip3 install --user --upgrade -r requirements.txt
make html