A Simple Map (replacement for DMF) for BC Ministry of Health
1st app will be ‘alrc’ for Assisted Living and Residential Care map.
MOH Simple map can be installed in 3 ways
- deploying manually with any web server web folder e.g. Apache, IIS, NGINX
- deploying a Docker container
- deploying as replicaSet to OpenShift or kubernetes cluster
For small-scale production deployment or development, docker container will do fine. For large-scale production deployment requires horizontal scalability, the recommendation is one of
- deploying as replicatSet to OpenShift or kubernetes cluster
- deploying manually with production ready web server web folder e.g. Apache, IIS, NGINX
- any http web server, e.g. Apache, IIS, NGINX
- git
$ git clone https://github.com/bcgov/smk-moh.git .
$ cp <site> ${WWW_folder}
$ git clone https://github.com/bcgov/smk-moh.git
$ cd smk-moh
$ docker build -t moh .
$ docker run -p 8080:8080 moh
$ oc new-app caddy-app-template~https://github.com/bcgov/smk-moh.git
Builds and Deployment Templates are provided in the Openshift Dir located in the root of this repo
Copyright 2016-present Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.