This is a service which provides below operations related to Health-Ids for MCI and other Organizations.
- Generation and allocation of HelthIds for an Organization.
- Tracking of a particular Health-Id allocated to an Organization.
Below are the steps to install Health-Id Server.
- Make sure a vagrant box is running with the same IP given in inventories/local for tr-server i.e. 192.168.33.19. All the steps given below will be performed on this vagrant box.
- Put the health-id server RPM into
/tmp/
folder. Under development version can be built locally or can be downloaded from CI-Server. Released versions are published to github-releases. Start the provision
cd /vagrant/ cp group_vars/all_example group_vars/all #make sure this is not commited touch ~/.vaultpass.txt ansible-playbook mci.yml -i inventories/local -t healthid-server --vault-password-file ~/.vaultpass.txt -k -vvvv
0 Comments