ereses is a self-hosted rss-feed reader based on the laravel framework. So it is written completely in php/js/html/css.
ereses is in development, so there´s no rc to use. Status will be updated on first rc.
- Checkout this repository
- Run
composer install - Create up your .env
cp .env.example .envand update your settings - Create your own application key
php artisan key:generate - Clear laravel cache
php artisan cache:clearandphp artisan config:cache - Run
php artisan migrateto migrate the database - Congraz, u did it!
If you want to contribute to this project please let me know.
If you discover a security vulnerability within ereses, please write an issue on this github project.
ereses is open-sourced software licensed under the MIT license.