Skip to content

Commit 5191a75

Browse files
authored
Merge pull request #25 from pdsinterop/readme/hosts
added information about the hostnames used
2 parents ff1d004 + e177d45 commit 5191a75

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ docker exec -u www-data -i -w /opt/solid/ solid php init.php
2525
docker exec -w /opt/solid/ solid chown -R www-data:www-data keys pods profiles db
2626
```
2727

28+
Now add the following host to your `/etc/hosts` file:
29+
```
30+
127.0.0.1 solid.local
31+
```
32+
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:
34+
```
35+
127.0.0.1 id-d1f0e8c54e755cb45b61ee8e9dad00fe.solid.local storage-d1f0e8c54e755cb45b61ee8e9dad00fe.solid.local
36+
```
37+
2838
### DNS gotcha and snake oil certificate
2939

3040
The webIds are created as id-xxxxx.{baseHost}, so in our example, that would be id-xxxx.solid.local.

0 commit comments

Comments
 (0)