From b40b0feab1501d36f6e04132c2e0e0cc3ab97feb Mon Sep 17 00:00:00 2001 From: beckyosb <158517383+beckyosb@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:19:25 -0600 Subject: [PATCH] Updated install instructions for new users/Windows (#402) * Updated README.md with differentiated instructions for Windows * Simplified install guide * Delete TODO.md Made redundant by projects --- README.md | 8 +++++--- TODO.md | 9 --------- 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 TODO.md diff --git a/README.md b/README.md index 2f8eac4c1..90d2feb72 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 6ecb37603..000000000 --- a/TODO.md +++ /dev/null @@ -1,9 +0,0 @@ - -- [x] pagination -- [x] references/links -- [x] manual sync -- fix sources where refresh token is missing (panics) -- [ ] Billing Report -- [ ] Contacts/Address Book Report -- [ ] Dashboard Plugins -- [ ]