Skip to content

Commit

Permalink
Updated install instructions for new users/Windows (#402)
Browse files Browse the repository at this point in the history
* Updated README.md with differentiated instructions for Windows

* Simplified install guide

* Delete TODO.md

Made redundant by projects
  • Loading branch information
beckyosb authored Feb 2, 2024
1 parent f21ff8b commit b40b0fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,17 @@ There are 2 flavors of Fasten:

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/fastenhealth/fasten-onprem?style=flat-square)](https://github.com/fastenhealth/fasten-onprem/releases/latest)

First, if you don't have Docker installed on your computer, get Docker by following this [install guide](https://docs.docker.com/get-docker/).

Next, run the following commands from the Windows command line or Mac/Linux terminal in order to download and start the Fasten docker container.

Run the following commands to download and start the Fasten docker container.
```
docker pull ghcr.io/fastenhealth/fasten-onprem:main
docker run --rm \
-p 9090:8080 \
-v `pwd`/db:/opt/fasten/db \
-v `pwd`/cache:/opt/fasten/cache \
-v ./db:/opt/fasten/db \
-v ./cache:/opt/fasten/cache \
ghcr.io/fastenhealth/fasten-onprem:main
```

Expand Down
9 changes: 0 additions & 9 deletions TODO.md

This file was deleted.

0 comments on commit b40b0fe

Please # to comment.