From 0a13e4d961c4eb3dadce10b38651e91838ad6463 Mon Sep 17 00:00:00 2001 From: Pieter van der Priem Date: Tue, 27 Dec 2022 22:06:43 +0100 Subject: [PATCH] include additional instructions --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9179ed4e..f8c2de27 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,8 @@ DB\_HOST, DB\_PORT, DB\_DATABASE, DB\_USERNAME and DB\_PASSWORD extension=gd extension=pdo_mysql ``` -5. Execute the following commands from the repository root +5. Create the Esac database within mysql by launching the Admin portal in Xampp and creating the database 'esac' manually. +6. Execute the following commands from the repository root ``` composer install php artisan migrate @@ -64,6 +65,11 @@ DB\_HOST, DB\_PORT, DB\_DATABASE, DB\_USERNAME and DB\_PASSWORD ``` npm run watch ``` +7. Run the dev server locally + ``` + cd public + php -S localhost:8000 + ``` ### Production environment When you update the server make sure you run the following commands