From dec2a5b8d8a47ddcf26fb9f259271e99deee1cf4 Mon Sep 17 00:00:00 2001 From: Fabian Thielen Date: Fri, 27 Aug 2021 15:47:27 +0200 Subject: [PATCH] Updated README Signed-off-by: Fabian Thielen --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ac9c2..a666b2e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,15 @@ It's built with [Laravel](https://laravel.com/docs/8.x/) and [Bulma CSS](https:/ 6. Run the database migrations: ``php artisan migrate`` 7. Compile the css files: ``npm run prod`` 8. Create a backend user: ``php artisan user:create username`` -9. Point your web root to the applications ``public`` directory +9. Generate an application key: ``php artisan key:generate`` +10. Point your web root to the applications ``public`` directory +11. Login into the DNS Panel and add your Domains under "Domains" +12. Run an initial fetch of the records: ``php artisan dns-records:fetch`` + +## Scheduled DNS Record fetch +You can create a Cron-Job that fetches your DNS Records from ServerCow automatically. +You just have to create a cronjob with the following content: +``* * * * * php /path/to/your/application/artisan schedule:run`` ## Notes * This application currently supports english and german