Skip to content

Test of app deployment from infra-test

License

Notifications You must be signed in to change notification settings

Griff-Labs/infra_test_app

Repository files navigation

🌱 Dash-Seedling

Template repository for building dash apps on FlowEHR.

Warning This repository is a work in progress. We're working towards a v0.1.0 release

Deploying

Locally

  1. Configure the local configuration file
cp .env.sample .env
  1. Run make serve-local to build the sample Dash Docker container and serve it locally
make serve-local
# ...
# App: http://localhost:8050

and stop with make stop-local.

Note Local serving does not work on ARM, including Apple M chips.

CI

Please contact a FlowEHR admin to deploy to the FlowEHR infrastructure where a managed repository will be created with credentials to deploy to the cloud.