We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b94f6b commit e7703a9Copy full SHA for e7703a9
README.md
@@ -3,3 +3,28 @@ API Platform Demo
3
4
This a demonstration application for the [API Platform Framework](https://api-platform.com).
5
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
22
23
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