Size: 3233
Comment: Add link to puppet module
|
← Revision 61 as of 2018-04-20 06:57:02 ⇥
Size: 1896
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
Mailman 3 is essentially five projects: | Mailman 3 is essentially four main projects: |
Line 10: | Line 10: |
* [[https://launchpad.net/~mailman-coders/mailman/3.0/|Mailman Core]] * [[DEV/Postorius Web Interface|Postorius - The Web UI for Mailman]] ([[https://launchpad.net/postorius|code]]) * [[https://launchpad.net/mailman.client|Mailman Client - The REST API Client]] * [[HyperKitty|HyperKitty - The Archiver for Mailman]] ([[https://github.com/hyperkitty|code]]) * [[https://launchpad.net/mailman-bundler|Mailman Bundler - Installer for Mailman Suite including all above projects]] |
* [[https://gitlab.com/mailman/mailman |Mailman Core]] * [[DEV/Postorius Web Interface|Postorius - The Web UI for Mailman]] ([[https://gitlab.com/mailman/postorius |code]]) * [[https://gitlab.com/mailman/mailmanclient | Mailman Client - The REST API Client]] * [[HyperKitty|HyperKitty - The Archiver for Mailman]] ([[https://gitlab.com/mailman/hyperkitty |code]]) |
Line 21: | Line 20: |
* [[https://launchpad.net/mailman/3.0|Mailman 3 code "series" in Launchpad]] * [[https://bugs.launchpad.net/mailman/+bugs?field.tag=mailman3|bugs affecting the Mailman 3.x series]] * [[https://bugs.launchpad.net/postorius/+bugs?field.tag=mailman3-suite-blocker|bugs blocking the release of Mailman 3]] * [[DEV/A 5 minute guide to get the Mailman web UI running|a 5-minute guide to get Mailman core + Postorius running]] * [[https://mail.python.org/pipermail/mailman-announce/2014-April/000191.html|announcement of beta 1 preview (April 2014)]] * [[https://mail.python.org/pipermail/mailman-announce/2008-April/000104.html|announcement of alpha 1 (April 2008)]] * [[https://github.com/pctony/puppet-mailman3/|Puppet module to manage/install mailman3]] (WIP - Active development in the 'ASF_Developement' branch) |
* [[https://gitlab.com/mailman |Mailman 3 projects on GitLab]] * [[https://gitlab.com/mailman/mailman/issues | bugs affecting the Mailman 3.x series]] * [[http://docs.mailman3.org/en/latest/devsetup.html| Development Setup Guide]] |
Line 33: | Line 28: |
Currently the best path for installing the entire Mailman 3 suite at once is Mailman Bundler: [[http://mailman-bundler.readthedocs.org/en/latest/|Mailman Bundler setup instructions on ReadTheDocs]] If you're installing on Ubuntu, see [[DEV/Mailman 3.0/Mailman 3.0 Suite Install on Ubuntu]] for the commands to install the prerequisites. We do eventually hope to have appropriate packages for some popular distros, so if you prefer packages only, please be patient! If you want to try Mailman 3 suite out in Docker, you might want to see [[DEV/Mailman 3.0/Mailman 3.0 Suite Dockerfile]]. I am still looking for someone to help provide nice instructions on how to use this, including connecting port 8000 inside the container to a port on the outside so that the tutorial can end with "and now go to http://localhost:8000/mailman3 to check out the web interface!" |
See http://docs.mailman3.org/en/latest/index.html for installation information. There exists debian packages and Container Images for Mailman 3. The above mentioned link has more details about requirements, installation howto and such. |
Mailman 3.0
Mailman 3.0 was released on April 28, 2015. See also the release notes.
Contributors are welcome and encouraged! Discussions will happen on the mailman-developers mailing list. Anyone can check out and use the current development source branches.
Development and status
Mailman 3 is essentially four main projects:
Mailman 3.0 is most suitable to new installations of Mailman. We do not guarantee that it will work well for migrations and upgrades of Mailman 2.x; we believe that will work, but encourage you to make backups and test your migrations first. It is not yet at full feature parity with Mailman 2.x, but we're working on that for 3.1.
Developer resources:
Installation HowTo
See http://docs.mailman3.org/en/latest/index.html for installation information. There exists debian packages and Container Images for Mailman 3. The above mentioned link has more details about requirements, installation howto and such.