Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

docs: add a troubleshooting case for windows #220

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ The `stage` and `region` values are set by default to `dev` and `us-west-2`, but
.\scripts\win_install.ps1 -Region <REGION> -Stage <STAGE>
```

#### Windows Troubleshooting

When installing the service locally, please install the service on the C drive. We have had [reported issues](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/195) of installing on the D drive.

### Docker installation

Install Docker (if you do not have it already) by following instructions on https://docs.docker.com/get-docker/
Expand Down