https://github.com/equalitie/rvd-webapp
https://github.com/equalitie/rvd-webapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/equalitie/rvd-webapp
- Owner: equalitie
- Created: 2015-03-24T19:08:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T16:48:36.000Z (over 6 years ago)
- Last Synced: 2025-01-04T01:36:20.084Z (5 months ago)
- Language: Python
- Size: 3.26 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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