Skip to content

Commit 54301f7

Browse files
committed
Added notes about how to configure hosts file for docker after creating new user
1 parent b53cb85 commit 54301f7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,21 @@ Run with:
210210
docker run -p 8443:8443 --name solid node-solid-server
211211
```
212212

213-
Modify the config as follows:
213+
This will enable you to login to solid on https://localhost:8443 and then create a new account
214+
but not yet use that account. After a new account is made you will need to create an entry for
215+
it in your local (/etc/)hosts file in line with the account and subdomain i.e.
216+
217+
127.0.0.1 newsoliduser.localhost
218+
219+
Then you'll be able to use solid as intended.
220+
221+
You can modify the config within the docker container as follows:
214222

215223
- Copy the config to the current directory with: `docker cp solid:/usr/src/app/config.json .`
216224
- Edit the `config.json` file
217225
- Copy the file back with `docker cp config.json solid:/usr/src/app/`
218226
- Restart the server with `docker restart solid`
219227

220-
221228
## Library Usage
222229

223230
### Install Dependencies

0 commit comments

Comments
 (0)