You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure you have installed [Docker](https://docs.docker.com/engine/installation/"Install Docker") and [Docker Compose](https://docs.docker.com/compose/install/"Install Docker Compose").
6
6
7
7
```bash
8
-
$ docker run --rm -it -v $(pwd):/app prooph/composer:7.1 create-project proophsoftware/event-machine-skeleton
9
-
$ cdevent-machine-skeleton
8
+
$ docker run --rm -it -v $(pwd):/app prooph/composer:7.1 create-project proophsoftware/event-machine-skeleton<your_project_name>
9
+
$ cd<your_project_name>
10
10
$ sudo chown $(id -u -n):$(id -g -n). -R
11
11
$ docker-compose up -d
12
12
$ docker-compose run php php scripts/create_event_stream.php
@@ -75,87 +75,6 @@ The easiest way is to install one of the available GraphQL clients for Google Ch
75
75
Point your GraphQL client to `http://localhost:8080/api/graphql`. It should inspect the schema generated by event machine and suggest you
76
76
all available commands and queries.
77
77
78
-
### Try It
79
-
80
-
Try the demo by adding a building using a GraphQL client to send requests:
0 commit comments