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