Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webkom/holonet
Mail Delivery System
https://github.com/webkom/holonet
Last synced: 3 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 (about 10 years ago)
- Default Branch: refactor
- Last Pushed: 2017-08-22T19:46:06.000Z (about 7 years ago)
- Last Synced: 2024-07-06T00:06:29.425Z (4 months ago)
- Language: Python
- Homepage: http://holonet.readthedocs.org/
- Size: 930 KB
- Stars: 4
- Watchers: 18
- 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 [email protected]:webkom/holonet.git
cd holonet
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements/base.txtNow 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/