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

docs: Add instructions for local development #107

Merged
merged 4 commits into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ serverless-output.yaml
serverless_config.json

.yalc
yalc.lock
yalc.lock
nguyen102 marked this conversation as resolved.
Show resolved Hide resolved
nguyen102 marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In this guide we will go over how to develop and run the code locally. We will a
## Prerequisites

- **Initial Install:** Please complete this [installation guide](./INSTALL.md) and get the initial `fhir-works-on-aws` code deployed to your AWS account.
- **Yalc**: We'll be using this to manage local packages, so please have have [this package](https://github.com/whitecolor/yalc) installed on your system.
- **Yalc**: We'll be using this to manage local packages, so please have [this package](https://github.com/whitecolor/yalc) installed on your system.

## Development

Expand Down Expand Up @@ -36,7 +36,7 @@ If you don't know the `OFFLINE_BINARY_BUCKET` and `OFFLINE_ELASTICSEARCH_DOMAIN_

If you have made changes to the `fhir-works-on-aws` packages, and you would like to deploy those changes to your AWS account, follow the instructions below.

Before continueing with the rest of this section, be sure that you have followed the steps in the [**Development section**](#development) to set up your folder structure.
Before continuing with the rest of this section, be sure that you have followed the steps in the [**Development section**](#development) to set up your folder structure.

If this is your first time deploying your local changes to AWS, we will need to set up `yalc` to publish your packages to the local package registry. You can do that by running this command from the parent directory: `./fhir-works-deploy-one-time-setup.sh`

Expand Down