/clowder_server

Server side implementation of Clowder

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

Clowder Server

Server side implementation of Clowder

How to install and run

Assuming that you already have python and pip installed Alternatively there is a SAS version avilable at www.clowder.io

git clone https://github.com/keithhackbarth/clowder_server.git
cd clowder_server
pip install -r requirements.txt
python runserver localhost:5000