Setting up the OpenHIM. Components Core - https://github.com/jembi/openhimhttps://github.com/jembi/openhim Mediators – e.g. OpenEMPI adapter https://github.com/jembi/openhim-openempi-

Slides:



Advertisements
Similar presentations
Click Here for Download the Installation Files Click Here for Guide How to Extract Installation Files.
Advertisements

Developing in CAS. Why? As distributed you edit CAS 3 with Eclipse and build with Maven 2 – Best Practice for Release Engineering – Difficult edit-debug.
Coursework 2: getting started (4) – using PhoneGap to build mobile applications (optional) Chris Greenhalgh G54UBI /
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Best Western Green Bay CHEMS 2013 INSTALL OPTIONS.
Installing WordPress.org For Plugins and stuff…. Installing WordPress.org 2 phases: Download, then configure. 1. Download software onto web host.  Log.
DataStax Enterprise on Microsoft Azure. BrightView Analytics provides a robust Software-as-a-Service (SaaS) business solution, which delivers critical.
Raspberry Pi Training Truman College Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.
Process to Install Games and Applications Log On to lgmobiles Site Click on Games & Applications Select The Model Click on Game or Application of customer’s.
Hola Hadoop. 0. Clean-Up The Hard-disks Delete tmp/ folder from workspace/mdp-lab3 Delete unneeded downloads.
SAG Infotech Private Limited Soft solutions for those can not afford to make errors. How to Update New changes in Our Softwares?
SQL SETUP FILE SELECTION
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Tutorial 11 Installing, Updating, and Configuring Software
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
baltrad node installation for beginners On Ubuntu Jesper Ellerbæk Nielsen Aalborg University, DK.
BlowFish 2000 Copyright © by Gregory Braun. All rights reserved Installation and Users Guide by Robert Moncrief II.
Install Rev Pro 2.4 Using CD Provided During Training –Load CD into Drive & View Contents –Run Setup.exe Using Link on CD Catalog 2006 –Navigate to “Downloads”
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
Setting Up RMC for Catalyst March 19, Pre-requisites If getting Catalyst Admin support for installing RMS, register at IBM first and get a user.
ISYS 475 Project: Customizing a Zen Cart E-Commerce Site.
How to access the project from googlecode using GIT.
Creating ontology Hands on! universAAL Training Day Barcelona, Spain 16 January 2014
Apache Mahout Installation and Examples. Pre requisites Java ( jdk version ) Maven( version 3.0 or higher ) Mahout ( Download or svn repository ) Hadoop(
Copying Music From a CD Margaret S. Britt. Loading Media Player  Click Start  Select the Windows Media Player.
Apache Mahout. Prerequisites for Building MAHOUT Java JDK 1.6 Maven 3.0 or higher ( ). Subversion (optional)
1 National Technology Committee 2008 TaxWise and VISTA There are several issues that need to be addressed when using computers with the Windows VISTA Operating.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
How to Install Eclipse Click hereClick here to download Eclipse.
Spring-Batch Tutorial Getting Started Guide. Agenda  Software prerequisites  Creating new batch application  Setting up database  Running a job.
SQOOP INSTALLATION GUIDE Lecturer : Prof. Kyungbaek Kim Presenter : Zubair Amjad.
Copy of the from the secure website - click on the AccoridaLife.zip link.
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Getting Started with SAP Athens State U N I V E R S I T Y Lisa Rich, PhD Professor of Information Systems.
Downloading a Visual C compilers (try it yourself at home) Visual Studio 2012 can be found at:
ECE 544 Software Project 1 Kuo-Chun Huang (KC). Environment Linux (Ubuntu or others) Windows with Cygwin
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
Access QA servers Install SSH/SFTP software –T:\QualityAssurance\Tools\SSH.
PyDev: Python plug-in for Eclipse Yevgeniy Bangiyev 02/07/07 Yevgeniy Bangiyev 02/07/07.
ML-Dev: SML Plug-in for Eclipse Yevgeniy Bangiyev 02/07/07 Yevgeniy Bangiyev 02/07/07.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Findbugs Tin Bui-Huy September, Content What is bug? What is bug? What is Findbugs? What is Findbugs? How to use Findbugs? How to use Findbugs?
L661 Software Flashing using Windows XP PC Only. Step 1- install drivers, Connect handset with the PC using USB cable, unzip folder and then install the.
STAR 3.0 Specification Tools & Resources System Wizard Download Instructions.
Introduction to Android Programming
V5ERP Software Installation Guide
Welcome: Hands-On Lab Plug in to the network.
SEEM4570 Tutorial 1:Software Installation
Get Me Started! Setting up a development setup
Eclipse Plug-in for Authoring and Debugging Higher-order Rewriting
3.6.1 Linear Motor Software Installation
Build and Package CSE 403 section, 2011 Feb 3, Hao Lu.
Installing and running the local check projects in Eclipse
ECE544: Software Assignment 3
Downloading E-first Piece Software
PhoneGap Build.
Workday mobile From the App Store or Play Store – download the Workday app Once installed, open the app Accept the Terms and Conditions and then click.
Setting up an Eclipse project from a repository on GitHub
Configuration Of A Pull Network.
Step by step installation of a Domino server on Docker
Install MySQL Community Server and MySQL Workbench
Quick Start Guide   Installation GM Pro 7.4 5/10/2019.
Country & Law.
Updating or installing Flash Player
Java Code Review with CheckStyle
SAG Infotech Private Limited
Instructions for using the Miradi Companion Reporting Tool
Presentation transcript:

Setting up the OpenHIM

Components Core - Mediators – e.g. OpenEMPI adapter patient-adapter patient-adapter Error Management UI -

Installing Core Install git – sudo apt-get install git Checkout the core project git clone Setup maven in eclipse – m2e Help -> Install new software… es es Uncheck the slf4j component, it’s not needed Import existing maven project into Mule Studio File -> Import… -> Maven > Existing maven projects

Maven It may take a while to download all the maven dependencies required We’ve provided an.m2 repository with all the required dependencies Get the file m2.zip from the flash stick unzip m2.zip mv m2 ~/.m2

We will use puppet to setup all the dependencies Create a folder puppet_setup cp {workspace}/openhim/infrastructure/env/* puppet_setup/ cp {workspace}/openhim/src/main/resources/*.sql puppet_setup/ cp {workspace}/openhim/src/main/resources/ldap-auth- pre-prod.ldif puppet_setup/ sudo apt-get install puppet cd /etc/puppet/modules sudo unzip {somewhere}/puppet_setup/openldap.zip cd {somewhere}/puppet_setup Edit the file openhim.pp and remove the Mule ESB section (optional) Change the mysql password Change the source_dir variable to point to puppet_setup sudo puppet apply openhim.pp Alternatively you can install mysql and openldap manually

Building the OpenHIM Build the project using Maven: Right click on the project and select Run as -> Maven Install To run the app Right click on the project and select Run as -> Mule Application