Skip to content

Commit ee8c7c8

Browse files
authored
Merge pull request #846 from bownie/master
Added notes about how to configure hosts file for docker after creati…
2 parents 549ccf1 + 54301f7 commit ee8c7c8

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
@@ -225,14 +225,21 @@ Run with:
225225
docker run -p 8443:8443 --name solid node-solid-server
226226
```
227227

228-
Modify the config as follows:
228+
This will enable you to login to solid on https://localhost:8443 and then create a new account
229+
but not yet use that account. After a new account is made you will need to create an entry for
230+
it in your local (/etc/)hosts file in line with the account and subdomain i.e.
231+
232+
127.0.0.1 newsoliduser.localhost
233+
234+
Then you'll be able to use solid as intended.
235+
236+
You can modify the config within the docker container as follows:
229237

230238
- Copy the config to the current directory with: `docker cp solid:/usr/src/app/config.json .`
231239
- Edit the `config.json` file
232240
- Copy the file back with `docker cp config.json solid:/usr/src/app/`
233241
- Restart the server with `docker restart solid`
234242

235-
236243
## Library Usage
237244

238245
### Install Dependencies

0 commit comments

Comments
 (0)