An open API service indexing awesome lists of open source software.

https://github.com/equalitie/rvd-webapp


https://github.com/equalitie/rvd-webapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

To run this:
===

- Install the requirements for the requirements: `apt-get install python-dev libxslt-dev libxml2-dev libmysqlclient-dev python python-pip`
- Install xlrd from our submodule with `cd lib/xlrd && python setup.py install`
- install the python libs in requirements.txt (`pip install -r requirements.txt`)
- make sure that the environment variable SERVER_ENV is set (to DEV). This loads the config file you need.
- rename instance/config-sample.py to instance/config.py and change values inside it
- `python run.py`, you can change the port and IP in config/default.py