teleivo / bahmni-vagrant

Management of Vagrant box using Packer. Out-Of-The-Box bahmni on CentOS 6.7

Home Page:http://www.bahmni.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bahmni-vagrant

Management of Vagrant box using Packer. Out-Of-The-Box bahmni on CentOS 6.8

Vagrant / Virtual Box Setup for Bahmni

Please follow the steps mentioned in this document on wiki to setup Bahmni Vagrant Box on your machine: Bahmni Vagrant Box Setup

Understanding Packer (For Developers)

Packer is a tool provided by Hashicorp, for creating a Vagrant box out of template VMs. This repository contains Packer code for creating Bahmni vagrant boxes. For more details on understanding Packer please read: https://www.packer.io/intro/

In Bahmni's case, we invoke Packer command with reference to file: template.json. It uses a CentOS VM as reference, and then runs appropriate scripts, including installing Bahmni and dev tools, etc.

Note: Packer runs on Bahmni CI server in pipeline "Release_To_Public" (manually triggered stage). One must trigger this stage after having marked relevant RPMs as "published" on bintray, so that when Packer runs, it picks up the LATEST published RPMs from bintray.

About

Management of Vagrant box using Packer. Out-Of-The-Box bahmni on CentOS 6.7

http://www.bahmni.org

License:Other


Languages

Language:Shell 94.1%Language:Python 5.9%