Add README.md

This commit is contained in:
Alan Orth 2018-09-18 14:09:29 +03:00
parent 36633e405a
commit 6c66303b45
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# CGSpace Statistics API
Written and tested in Python 3.6. SolrClient (0.2.1) does not currently run in Python 3.7.0.
## Installation
Create a virtual environment and run it:
$ virtualenv -p /usr/bin/python3.6 venv
$ . venv/bin/activate
$ pip install falcon gunicorn SolrClient
$ gunicorn app:api