Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 917 Bytes

#Contributing

Run Containers Locally

Clone this repository to run the containers as an on-prem solution. You will need to install docker-compose in addition to the requirements listed above.

git clone https://github.com/resurfaceio/azure-eh.git
cd azure-eh
make start

Additional commands:

make start     # rebuild and start containers
make bash      # open shell session
make logs      # follow container logs
make stop      # halt and remove containers

Run Containers as Azure Container Instances

Click down below to deploy both containers as Azure Container Instances and run them as a cloud-based solution

Deploy to Azure