All Projects → rilian → newsletter

rilian / newsletter

Licence: MIT License
This project aims to streamline delivery of quality IT reading/watching resources to curious developers

Programming Languages

ruby
36898 projects - #4 most used programming language
Slim
82 projects
HTML
75241 projects
SCSS
7915 projects
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Newsletter

This project aims to streamline delivery of quality IT reading/watching resources to curious developers.

In Newsletter, Managers can add interesting links to IT articles, slides or videos, and eventually create new subscription Issue that will be immediately delivered to Subscribers. Issue will include all new Links that were recently created. Subscribers can add their email, and in every Issue email they will receive a link to update (disable or enable) their subscription.

Install & Run

  1. git clone [email protected]:rilian/newsletter.git && cd newsletter
  2. bundle install
  3. cp config/database.yml.example config/database.yml
  4. edit config/database.yml and put database settings
  5. cp .env.example .env
  6. edit .env file and put your secret settings
  7. rake db:setup
  8. npm install -g bower
  9. bower install -f to install bower components
  10. rails s
  11. open http://0.0.0.0:3000

It is recommended to sign up on a great email delivery service Mandrill which offers 12000 free deliveries monthly.

Contributing

Pull requests are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].