m273d15 / bahmni_qa_ami

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bahmni QA AMI

Validate

The repository provides a packer template centos_bahmni_ami.json and corresponding scripts to create a bahmni QA instance that can be used in combination with AWS CodeDeploy.

Setup

The AMI contains the following software:

Usage

Prerequisites

  • Install Packer
  • Set the environment var OPENMR_PWD to the password of the mysql user openmrs-user.
  • Set the environment var AWS_DEFAULT_REGION to the desired region. Use AWS_DEFAULT_REGION=ap-south-1 if you want to build the AMI in Mumbai.
  • Set your (temporary) AWS credentials and assume a role that has the required permissions.

Build

  • Call packer build centos_bahmni_ami.json to build the AMI in AWS

About


Languages

Language:Shell 100.0%