https://github.com/repronim/web_feeds
ReproNim web feeds handling
https://github.com/repronim/web_feeds
Last synced: about 1 year ago
JSON representation
ReproNim web feeds handling
- Host: GitHub
- URL: https://github.com/repronim/web_feeds
- Owner: ReproNim
- Created: 2018-02-21T21:05:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T21:19:19.000Z (over 7 years ago)
- Last Synced: 2025-04-09T21:48:50.031Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
ReproNim events handler.
In this directory:
- README.rst: this file
- events.DDL: events database creation code
- rn_events.py: Python module for events handling
- events_app.py: WSGI application for returning events
- mail_events: handler for events emails
Installation on virtualbrain:
- virtualenv in /usr/local/rn_feeds/python
- install rn_events.py in this virtualenv
- move events_app.py to /usr/local/rn_feeds and configure apache to serve the app
- move mail_events to /usr/local/rn_feeds and configure postfix to use this script to handle mail to events-feed
- touch /var/log/rn_events and make sure it is writable by both the apache2 user and the postfix user (e.g. chown nobody:www-data, chgrp ug+w)
- create /etc/rn_feeds.pw containing the database password
- add hypothesis users to /etc/rn_events_hypothesis