https://github.com/openpolis/mail-bin
https://github.com/openpolis/mail-bin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openpolis/mail-bin
- Owner: openpolis
- Created: 2013-03-03T23:59:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-19T13:37:21.000Z (about 13 years ago)
- Last Synced: 2025-03-09T21:19:37.541Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Mail-Bin
========
Setup
-----
Clone repository::
git clone git@github.com:openpolis/mail-bin.git
Initialize virtualenv::
cd mail_bin
mkvirtualenv mail-bin
setvirtualenvproject
pip install -r requirements.txt
Initialize django::
put export MB_SECRET_KEY= ... in virtualenvs - postactivate
python manage.py syncdb
python manage.py runserver
Run receiver process::
python receiver.py
(use supervisord in production)