https://github.com/webkom/holonet
Mail Delivery System
https://github.com/webkom/holonet
Last synced: 5 months ago
JSON representation
Mail Delivery System
- Host: GitHub
- URL: https://github.com/webkom/holonet
- Owner: webkom
- License: mit
- Archived: true
- Created: 2014-10-13T12:42:07.000Z (over 11 years ago)
- Default Branch: refactor
- Last Pushed: 2017-08-22T19:46:06.000Z (almost 9 years ago)
- Last Synced: 2025-05-11T12:37:22.585Z (about 1 year ago)
- Language: Python
- Homepage: http://holonet.readthedocs.org/
- Size: 930 KB
- Stars: 4
- Watchers: 17
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-ntnu - Holonet - Mailing List Manager (Tools)
README
HOLONET |ci|
============
Mail Delivery System
Documentation_
*NB: The project is under heavy development and are not ready to be used.*
This repository contains the Holonet Mail Delivery System. This project talks to the MTA and
provides a REST API for interacting with the system.
Getting started
---------------
::
git clone git@github.com:webkom/holonet.git
cd holonet
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements/base.txt
Now you need to fix the settings file. Override the settings you want in settings/holonet.py.
Make sure you configure the database, elasticsearch config, celery broker, cache and so on. For
more information about the configuration, please read the documentation.
Read more about how to use Holonet in the Documentation_.
MIT © Abakus Webkom
.. |ci| image:: https://ci.abakus.no/api/badges/webkom/holonet/status.svg
:target: https://ci.abakus.no/webkom/holonet
.. _Documentation: http://holonet.readthedocs.org/