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 @@ -225,14 +225,21 @@ Run with:
225225docker 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
You can’t perform that action at this time.
0 commit comments