Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lnocera authored Jul 22, 2024
1 parent 4ac517d commit 5bb53db
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ The W4H Toolkit provides an ecosystem of tools to manage and analyze wearable an

## Starting the Container Using the Command Line

This option is the preferred...
This option is the preferred way to start the image as it will download it and initialize the container. To start the container as a background process, execute:

```sh
docker run -p 5432:5432 -e POSTGRES_DB=admin -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=admin -e hostname=db -dp 8501:8501 -p 8888:8888 --name w4h uscimsc/w4h:preview
```

You can verify that the container is running with

```sh
docker ps
```

## Starting the Container Using Docker Desktop

Expand All @@ -17,7 +27,11 @@ Once that is done start and type `uscimsc/w4h` in the search bar and select the

## Using the Dashboard

When the container is running you can open the dashboard

## Using the Sample Notebookes

## Next Steps

- [Working Docker](docker/working-with-docker.md))

0 comments on commit 5bb53db

Please sign in to comment.