Skip to content

openlunar/mailman-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailman-suite

A Mailman3 Suite Install

Forked from https://gitlab.com/mailman/mailman-suite

Install

git clone https://github.com/openlunar/mailman-suite.git

cd mailman-suite
python3 -m venv venv
source venv/bin/activate
pip install pip --upgrade
pip install wheel
pip install -r requirements.txt
python install.py

cd webapp
python manage.py migrate
python manage.py collectstatic

Releases

No releases published

Packages

No packages published