Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.04 KB

README.rst

File metadata and controls

37 lines (22 loc) · 1.04 KB

LI3DS API

Build status of the master branch Package license

Api for accessing metadata of a li3ds datastore.

Ensure you have graphviz and python3-dev as system dependencies

  • Create your virtualenv

  • Install dependencies (dev):

    pip install -e .[dev,doc]
    
  • Install dependencies (prod):

    pip install .[prod]
    
  • (dev) Duplicate the conf/api_li3ds.sample.yml to conf/api_li3ds.yml and adapt parameters

  • (dev) Launch the application using:

    python api_li3ds/wsgi.py
    
  • (dev) Go to https://localhost:5000 and start to play with the API

https://raw.githubusercontent.com/LI3DS/api-li3ds/master/screen-api.png