Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

testing-services.md

File metadata and controls

15 lines (12 loc) · 1.01 KB

Testing Services

If you're building from scratch, see the Production Readiness Guide which will give a high-level overview of everything you need to know and will point you to particular technical guides in this repository when appropriate. If you're already somewhat comfortable with the Harmony community development model and are only looking for technical guidance, the guides directory should have everything you need for service development.

Once your service has been developed and everything is configured (UMM, services.yml, env-defaults), you can test it alongside your locally running Harmony instance. (Hold off on submitting any configuration change pull requests until you're satisfied with your testing results.)

  1. Build the image for your service
  2. Add an entry for your service (lowercase) to your .env file:
LOCALLY_DEPLOYED_SERVICES=my-service
  1. Run
./bin/deploy-services