Skip to content

Latest commit

History

History
52 lines (38 loc) 路 1.3 KB

readme.md

File metadata and controls

52 lines (38 loc) 路 1.3 KB
Egonotifier monitors repositories you care about and sends you an email when they reach new milestones.

GitHub Actions status

What you'll get

System requirements

  • Yarn
  • PHP 7.2+,
  • Composer
  • Web-server (Nginx or Apache2)
  • Database (MySQL/MariaDB or PostgreSQL)
  • Redis

Installation and usage

Once the repository is pulled, you have a couple of commands to run:

composer install
php artisan migrate
yarn
mv .env.example .env
php artisan key:generate

Then, edit the .env file at your leisure:

  • pay attention to the mail server's settings so emails are actually sent,
  • grab a Github personal token so you can query Github's database.

Once everything is setup, you also need to configure a cron on your machine so it runs php artisan schedule:run every minute.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.