Skip to content

keithhackbarth/clowder_server

Repository files navigation

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