Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 361 Bytes

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