Depending on how you have configured your system and Docker you may need to prepend the commands below with sudo.
Download Mailtrain files using git: git clone git://github.com/Mailtrain-org/mailtrain.git (or download zipped repo) and open Mailtrain folder cd mailtrain
Copy the file docker-compose.override.yml.tmpl to docker-compose.override.yml and modify it if you need to.
Bring up the stack with: docker-compose up -d
Start: docker-compose start
Open http://localhost:3000/ (change the host name localhost to the name of the host where you are deploying the system).
Quick Start - Manual Install (any OS that supports Node.js)
Requirements:
Mailtrain requires at least Node.js v7. If you want to use an older version of Node.js then you should use version v1.24 of Mailtrain. You can either download it here or if using git then run git checkout v1.24.0 before starting it
Download Mailtrain files using git: git clone git://github.com/Mailtrain-org/mailtrain.git (or download zipped repo) and open Mailtrain folder cd mailtrain
Run npm install --production in the Mailtrain folder to install required dependencies
Copy config/default.toml as config/production.toml and update MySQL and any other settings in it