Skip to content

Commit

Permalink
Update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Sep 20, 2018
1 parent 2513a36 commit 13ffd0f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 `<your-domain>/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 `<your-domain>/doko-app/public/`

# TODO

- extract logic from controller into a service
- extract logic from controller into a service

0 comments on commit 13ffd0f

Please sign in to comment.