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
Copy file name to clipboardExpand all lines: README.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,20 @@ Start the docker containers:
15
15
```
16
16
docker-compose up
17
17
```
18
-
This will start up two containers: the solid server and a mailpit server. If you have an actual SMTP server running, feel free to remove the mailpit container.
18
+
This will start up three containers: the solid server, pubsub server and a mailpit server. If you have an actual SMTP server running, feel free to remove the mailpit container.
19
19
20
-
Log into the container (replace 'solid' below with the name of your container).
20
+
Run the following commands to set up the container (replace 'solid' below with the name of your
21
+
container):
21
22
```
22
-
docker exec -it solid bash
23
+
docker exec -w /opt/solid/ solid mkdir keys pods db
0 commit comments