File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -228,14 +228,21 @@ Run with:
228228docker run -p 8443:8443 --name solid node-solid-server
229229```
230230
231- Modify the config as follows:
231+ This will enable you to login to solid on https://localhost:8443 and then create a new account
232+ but not yet use that account. After a new account is made you will need to create an entry for
233+ it in your local (/etc/)hosts file in line with the account and subdomain i.e.
234+
235+ 127.0.0.1 newsoliduser.localhost
236+
237+ Then you'll be able to use solid as intended.
238+
239+ You can modify the config within the docker container as follows:
232240
233241 - Copy the config to the current directory with: ` docker cp solid:/usr/src/app/config.json . `
234242 - Edit the ` config.json ` file
235243 - Copy the file back with ` docker cp config.json solid:/usr/src/app/ `
236244 - Restart the server with ` docker restart solid `
237245
238-
239246## Library Usage
240247
241248### Install Dependencies
You can’t perform that action at this time.
0 commit comments