Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Setup local environment

 

Prerequisites

  1. Git
  2. Vagrant and VirtualBox
  3. JDK 7
  4. Ansible
  5. Maven

    Info

    Before Running vagrant up, check the Vagrantfile and create the required artifacts.

    The ansible scripts are for CentOS x64, 6.5 and 6.6 versions.

     

     

     

     

     

Setup MCI in local machine

...

  1. git clone https://github.com/SharedHealth/Terminology-Server.gitcd Terminology-Server
  2. ./gradlew dist
  3. vagrant up
  4. go to http://192.168.33.17:9080/openmrs/index.htm?noredirect=true and follow the instructions 
  5. We need to enter the following information while following the instructions

    select : advanced

    database : terminologies
    set db user & password
    set login user & password

    7. download following omods and upload

 

...

  1. follow instructions in the readme

Setup SHR

  1. For SHR Service, please follow the instructions in the readme.md file of the FreeSHR repository

Steps to setup Bahmni-Server in local machine

...