Skip to content

smart-classic/smart-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMART VM Builder

Prerequisites

Make sure that you have the following installed on your system (we have tested with the versions below, but other versions may be fine too):

  1. VirtualBox 4.3.8
  2. Vagrant 1.5.0
  3. Ansible 1.5.2

Installation

Grab the latest SMART VM builder:

git clone --recursive --recurse-submodules https://github.com/smart-platforms/smart-vm.git

Next, run the following commands:

cd smart-vm
vagrant up

... wait ~10min while everything installs (depending on your Internet connection speed).

Now visit http://localhost:7001 in a web browser and you should have a working SMART server.

Note: The last step in the build process ("Load Sample Patients in SMART Server") may fail occasionally. We are aware of this issue and working on resolving it. In the meanwhile, should you encounter this, here is a quick fix:

vagrant ssh
sudo su - smart
./smart_manager.py -l
exit
exit