Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rilian/newsletter
This project aims to streamline delivery of quality IT reading/watching resources to curious developers
https://github.com/rilian/newsletter
Last synced: about 1 month ago
JSON representation
This project aims to streamline delivery of quality IT reading/watching resources to curious developers
- Host: GitHub
- URL: https://github.com/rilian/newsletter
- Owner: rilian
- License: mit
- Created: 2015-05-03T02:59:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T03:41:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T08:07:47.975Z (5 months ago)
- Language: Ruby
- Size: 2.6 MB
- Stars: 14
- Watchers: 4
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - newsletter - This project aims to streamline delivery of quality IT reading/watching resources to curious developers 🔥 🚀 (Happy Exploring 🤘)
README
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](https://mandrillapp.com/) which offers 12000 free deliveries
monthly.Contributing
------------Pull requests are welcome!