Skip to content

Commit 128955d

Browse files
Readme instructions adjustments
1 parent bb9cc72 commit 128955d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,28 +237,25 @@ We have automatic builds set up, so commits to master will trigger a build of ht
237237

238238
### Development usage
239239

240-
If you want to use Docker in development, then you can build it locally with:
240+
If you want to use Docker in development, you can build and run the image locally with either docker-compose:
241241

242-
Using docker-compose
243242
```bash
244243
git clone https://github.com/solid/node-solid-server
245244
cd node-solid-server
246245
docker-compose up -d
247246
```
248247

249-
or build image manually and run it:
248+
or these manual commands:
250249

251250
```bash
252251
git clone https://github.com/solid/node-solid-server
253252
cd node-solid-server
254253
docker build -t node-solid-server .
255-
```
256254

257-
Run with:
258-
```bash
259255
docker run -p 8443:8443 --name solid node-solid-server
260256
```
261257

258+
262259
This will enable you to login to solid on https://localhost:8443 and then create a new account
263260
but not yet use that account. After a new account is made you will need to create an entry for
264261
it in your local (/etc/)hosts file in line with the account and subdomain, i.e. --

0 commit comments

Comments
 (0)