Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 682 Bytes

installs i2b2 hive and webclient on centos vm, amazon webservice and Docker (see wiki for details)

###Quickstart

git clone https://github.com/waghsk/i2b2-quickstart.git

cd i2b2-quickstart

sudo sh scripts/install/centos_first_install.sh 2>&1|tee first.log

###To test installation

see http://ipaddress/webclient/

###Tips

to allow remote connections to database add

listen_addresses='*'

to /var/lib/pgsql9/data/postgresql.conf

###To create i2b2 docker containers sudo sh scripts/docker/run_docker_network.sh PUBLIC_IP

###To directly install i2b2 docker containers from docker hub see instructions in wiki at link