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
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,34 @@ For the user management, no framework is used to keep the codebase lean.
10
10
Start the docker containers:
11
11
12
12
```sh
13
-
docker-compose up
13
+
dockercompose up
14
14
```
15
15
16
16
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.
17
17
The persisted data will be stored in the data/ directory. This contains the keys, pods, db and mailpit data.
18
18
19
-
Run the following commands to set up the container (replace 'solid' below with the name of your container):
20
-
Note: Update the values in the config.php file where needed befure running the init script.
19
+
Run the following commands to set up the container:
20
+
Note: Update the values in the config.php file where needed before running the init script.
docker compose exec -w /opt/solid/ solid chown -R www-data:www-data keys pods profiles db # again
26
33
```
27
34
28
35
Now add the following host to your `/etc/hosts` file:
29
36
```
30
37
127.0.0.1 solid.local
31
38
```
32
39
33
-
And browser to `https://solid.local/`. After you register a new account, you'll get an identity and storage hostname, add these to `/etc/hosts` as well, e.g:
40
+
And browse to `https://solid.local/`. After you register a new account, you'll get an identity and storage hostname, add these to `/etc/hosts` as well, e.g:
0 commit comments