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
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.