runner
Mailing list management system
Install
- All systems
-
curl cmd.cat/runner.sh
- Debian
-
apt-get install mailman3
- Ubuntu
-
apt-get install mailman3
- Kali Linux
-
apt-get install mailman3
- Fedora
-
dnf install mailman3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mailman3
- Raspbian
-
apt-get install ruby-rails-2.3
- Dockerfile
- dockerfile.run/runner
mailman3
Mailing list management system
This is GNU Mailman version 3, a mailing list management system. This package provides the core delivery engine of the system, which handles the mailing lists data, receives messages, handles the moderation and processing of these messages and delivers them to the mailing lists subscribers. It communicates with the other components through a private administrative REST API. Default database backend is SQLite3 in order to not break automated installations. For productive setups, PostgreSQL or MySQL are much better options though. See README.Debian for further information. In order to get the full Mailman3 system, the metapackage 'mailman3-full' should be installed.
ruby-rails-2.3
MVC ruby based framework geared for web application development
Rails is a full-stack, open-source web framework in Ruby for writing real-world applications. Being a full-stack framework means that all layers are built to work seamlessly together. That way you don't repeat yourself and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby.