Skip to content
Snippets Groups Projects

Update README to link to docs

Merged Duncan Meacher requested to merge duncan.meacher/server:update_readme into master
All threads resolved!
4 files
+ 22
96
Compare changes
  • Side-by-side
  • Inline
Files
4
README.md 0 → 100644
+ 18
0
# GWDataFind Server
This module defines a Flask Application that serves data URLs based on the contents of a diskcache.
A link to the documentation page can be found [here](https://computing.docs.ligo.org/gwdatafind/server/index.html).
### Requirements
* Python >= 3.4
* Flask >= 1.0.0
## Apache + Gunicorn configuration
For a detailed description of how to set up and configure a datafind server,
please see [here](https://computing.docs.ligo.org/gwdatafind/server/configuration.html).
## Client API
A detailed explination of the API can be found [here](https://computing.docs.ligo.org/gwdatafind/server/api/v1.html).
Loading