VagueEntertainment / leafletbomb

The core Leaflet Bomb web application.
http://leafletbomb.io
Apache License 2.0
2 stars 1 forks source link
marketing marketing-automation meteor pr pr-automation press startup

Join the chat at https://riot.im/app/#/room/#leafletbomb:matrix.org

Leaflet Bomb is an open source PR & Marketing platform designed to help organizations share their message.

You can find detailed information for installation and setup over at our Wiki

Quick Guide to Getting started on Ubuntu/elementaryOS

Install Node.js and npm, downloads available here

Install Meteor:

curl https://install.meteor.com/ | sh

Setting up email server:

At the time of writing Meteor's mail subsystem must have the MAIL_URL enviroment variable set. This can not be done while the application is running.

cp settings-sample.conf settings.conf

Edit settings.conf with your information, if you need more information check out our Wiki page on Email setup.

Run leaflet bomb by running these commands. cd leafletbomb ./startup.sh

If you are interested in the future of the Leaflet Bomb and what we are aiming to do, please check out the roadmap on our wiki.