Coder Social home page Coder Social logo

smk-moh's Introduction

smk-moh

A Simple Map (replacement for DMF) for BC Ministry of Health

1st app will be β€˜alrc’ for Assisted Living and Residential Care map.

Installation

MOH Simple map can be installed in 3 ways

  1. deploying manually with any web server web folder e.g. Apache, IIS, NGINX
  2. deploying a Docker container
  3. 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

Deploying manually with any web server web folder

system requirement

  • any http web server, e.g. Apache, IIS, NGINX
  • git

deployment

 $ git clone  https://github.com/bcgov/smk-moh.git .
 $ cp <site> ${WWW_folder} 

where ${WWW_folder} is the location served by your web server

Deploying a Docker container

 $ git clone  https://github.com/bcgov/smk-moh.git
 $ cd smk-moh
 $ docker build -t moh .
 $ docker run -p 8080:8080 moh

Deploying as replicaSet to OpenShift

$ oc new-app caddy-app-template~https://github.com/bcgov/smk-moh.git

License

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.

smk-moh's People

Contributors

nicoledegreef avatar darv72 avatar webgismd avatar ll911 avatar darvill avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.