mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
Add README.md
This commit is contained in:
parent
36633e405a
commit
6c66303b45
11
README.md
Normal file
11
README.md
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user