Versions Compared

Key

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

Steps to setup Bahmni-Server in dev local machine

  1. git clone --recursive https://github.com/SharedHealth/Bahmni-Server.git
  2. cd Bahmni_Server/bd_config
  3. scripts/package.sh
  4. cd ..
  5. vagrant box add path_to_prefered_box_name/prefered_box_name
  6. vagrant up
  7. then follow Manual steps after new bahmni installation to setup address hierarchy

Steps to setup Terminology server in local machine

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

    select : advanced

    database : terminologies
    db user : root
    db password : password
    login user : admin
    login password : Admin123

    7. download following omods and upload

http://172.18.46.51:8153/go/tab/build/detail/AtomFeedOmod/3/Build/1/Build
https://modules.openmrs.org/modulus/api/releases/865/download/webservices.rest-2.4.8f73fb.omod

Setup MCI in local machine

  1. git clone https://github.com/SharedHealth/MCI-Resigtry.git
  2. cd MCI-Registry
  3. vagrant up
  4. edit env/local.properties to set CASSANDRA_HOST=192.168.33.19 & MUTAGEN_SEEDS=192.168.33.19:9160 (make sure to change it back to localhost before committing)
  5. ./gradlew dist
  6. ./gradlew runMCI


Setup SHR

  1. git clone https://github.com/SharedHealth/FreeSHR.git
  2. vagrant up