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
This commit is contained in:
beckyosb 2024-02-01 19:19:25 -06:00 committed by GitHub
parent f21ff8bfd8
commit b40b0feab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 12 deletions

View File

@ -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
```

View File

@ -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
- [ ]