https://github.com/marks/pophealth-vagrant
PopHealth development environment with Vagrant
https://github.com/marks/pophealth-vagrant
Last synced: 7 months ago
JSON representation
PopHealth development environment with Vagrant
- Host: GitHub
- URL: https://github.com/marks/pophealth-vagrant
- Owner: marks
- License: mit
- Created: 2014-03-25T15:23:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T18:30:39.000Z (over 12 years ago)
- Last Synced: 2025-02-13T20:14:57.477Z (over 1 year ago)
- Language: Ruby
- Size: 409 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PopHealth development environment with Vagrant
This vagrant file with chef cookbooks will setup pophealth for development in a virtualbox/ubuntu environment.
## Instructions for setting it up
1. Install [VirtualBox](https://www.virtualbox.org/).
2. Install [VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads).
3. Install [vagrant](http://vagrantup.com/).
4. [Download](https://github.com/port80labs/pophealth-vagrant/archive/master.zip) this Github repository or clone it.
5. Obtain NLM username and password as described [here](https://github.com/pophealth/popHealth/wiki/Installation-v2.1#7-import-the-measure-bundle) and add them in the [Vagrantfile](https://github.com/port80labs/pophealth-vagrant/blob/master/Vagrantfile)
5. Type vagrant up in the directory of this code.
## Caveats
This has been only tested on the Mac OS platform. If you try it on a different platform please let me know of any issues and successes so i can update this readme.
## Props
Hat tip to [ringful](https://github.com/ringful/pophealth-chef) for https://github.com/ringful/pophealth-chef and detailed instructions on [pophealth wiki](https://github.com/pophealth/popHealth/wiki/Installation-v2.1)