Vagrant-OSCAR-McMaster is a vagrant script to install two popular open source EMR systems: OpenMRS and OSCAR McMaster for training purposes.
- Install VirtualBox for your OS
- Install Vagrant for your OS
- Unzip / Clone this repository into a folder
- cd to that folder
vagrant up
It takes approximately 30 minutes to create the machine initially.
- Access OpenMRS at http://127.0.0.1:8001/openmrs (mysql password: mysql) (login:admin password:Admin123)
- Access OSCAR at http://127.0.0.1:8001/Oscar10_12 (Login: oscardoc PASSWORD: mac2002 2ndPASSWORD: 1117)
To suspend the machine use and resume later
vagrant suspend
vagrant resume
To power down the machine and restart later
vagrant halt
vagrant up
To destroy the machine and recreate
vagrant destroy --force
vagrant up
1.0.0
This is for testing only. Not suitable for production.
Made with contributors-img.
pull-requests welcome