From 13ffd0f98b594d3fce0f311ba8270c318d559b17 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Thu, 20 Sep 2018 09:15:32 +0200 Subject: [PATCH] Update README.md file --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bcbad4f..6f3f462 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ doko-app ======== -this is a small web app to save points for players of the german card game "Doppelkopf" +This is a small web app to save points for players of the german card game "Doppelkopf" -based on Symfony 3 +Based on Symfony 4.1 # Installation @@ -14,13 +14,21 @@ based on Symfony 3 $ composer install ``` - create `.env file with `cp .env.dist .env`` -- make adjustments according to your setup (e.g. db connection) +- make adjustments according to your setup (e.g. DB connection) ```sh $ php bin/console doctrine:database:create $ php bin/console doctrine:schema:create ``` -- call `/doko-app/web/` + +# Development +Use the symfony server component to run the application +```sh +$ php bin/console server:run +$ php bin/console server:stop +``` + +or call `/doko-app/public/` # TODO -- extract logic from controller into a service \ No newline at end of file +- extract logic from controller into a service