OIM authentication with OHIM: Difference between revisions

From IHRIS Wiki
Line 4: Line 4:




===Install OpenHIM by following below steps===
===Install OpenHIM and configure Openinfoman channels by following below steps===


To install OpenHIM,run below commands
<ol>
<li>To install OpenHIM,run below commands
<source lang="bash">
<source lang="bash">
$ sudo add-apt-repository ppa:openhie/release
$ sudo add-apt-repository ppa:openhie/release
Line 14: Line 15:
$ sudo apt-get install openhim-core-js openhim-console
$ sudo apt-get install openhim-core-js openhim-console
</source>
</source>
For detailed instructions,you may refer to http://openhim.readthedocs.io/en/latest/getting-started.html
</li>
<li>
</li>

Revision as of 12:30, 13 October 2016

Introduction

To secure Openinfoman,OpenHIM should be installed on the server that Openinfoman is running and then create channels inside OpenHIM as described below


Install OpenHIM and configure Openinfoman channels by following below steps

  1. To install OpenHIM,run below commands <source lang="bash"> $ sudo add-apt-repository ppa:openhie/release $ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 $ sudo echo 'deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list $ sudo apt-get update $ sudo apt-get install openhim-core-js openhim-console </source> For detailed instructions,you may refer to http://openhim.readthedocs.io/en/latest/getting-started.html