Skip to content

Commit e7703a9

Browse files
Drachenkaetzchendunglas
authored andcommitted
Added installation instructions for #19 (#20)
* Added installation instructions * Added docker as recommended installation method
1 parent 8b94f6b commit e7703a9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,28 @@ API Platform Demo
33

44
This a demonstration application for the [API Platform Framework](https://api-platform.com).
55
Try it online at <https://demo.api-platform.com>.
6+
7+
Installation (recommended)
8+
==========================
9+
10+
```shell
11+
12+
$ git clone https://github.com/api-platform/demo.git
13+
14+
15+
$ docker-compose up
16+
```
17+
18+
Installation (manual)
19+
=====================
20+
21+
```shell
22+
23+
$ git clone https://github.com/api-platform/demo.git
24+
25+
$ composer install
26+
27+
# Create a user and a database in MySQL and enter the credentials during composer install
28+
29+
$ php bin/console doctrine:schema:update --force
30+
```

0 commit comments

Comments
 (0)