Skip to content

brianjgeiger/waterbutler

 
 

Repository files navigation

<img src=/docs/waterbutler.png?raw=true" width="25%" style="float:left;">

WaterButler

Master Build Status: Build Status

Develop Build Status: Build Status

Docs can be found here

osf startup commands

(requires two instances of osf in order to render files)

invoke server --port 5001
invoke server

startup commands

# Make sure that you are using >= python3.3
pip install -U -r requirements.txt
python setup.py develop
invoke server

testing configuration (optional)

vim ~/.cos/waterbutler-test.json

waterbutler-test.json, e.g.

{
  "OSFSTORAGE_PROVIDER_CONFIG": {
    "HMAC_SECRET": "changeme"
  },
  "SERVER_CONFIG": {
    "ADDRESS": "127.0.0.1",
    "PORT": 7777,
    "DEBUG": true,
    "HMAC_SECRET": "changeme",
    "IDENTITY_API_URL": "http://127.0.0.1:5001/api/v1/files/auth/"
  }
}