Skip to content

Build your own Authorization Server for testing

Michael Shihjay Chen, MD edited this page Apr 23, 2018 · 3 revisions

You can build your own authorization server for testing.

  1. Deploy an Ubuntu 16.04 Xenial Xerus LTS server droplet such as one from DigitalOcean

  2. Pick an installation from below

HIE of One Authorization Server only

curl -o install.sh https://raw.githubusercontent.com/shihjay2/hieofone-as/master/droplet-as-only-install.sh
chmod +x install.sh
bash install.sh

pNOSH (Patient NOSH ChartingSystem Health Record) only

curl -o install.sh https://raw.githubusercontent.com/shihjay2/nosh2/master/droplet-pnosh-install.sh
chmod +x install.sh
bash install.sh

HIE of One Authorization Server and pNOSH together

curl -o https://raw.githubusercontent.com/shihjay2/hieofone-as/master/droplet-as-pnosh-install.sh
chmod +x install.sh
bash install.sh

HIE of One Directory only

curl -o install.sh https://raw.githubusercontent.com/shihjay2/hieofone-directory/master/droplet-directory-install.sh
chmod +x install.sh
bash install.sh

Get a Let's Encrypt SSL certificate

curl -o ssl-install.sh https://raw.githubusercontent.com/shihjay2/hieofone-as/master/ssl-install.sh
chmod +x ssl-install.sh
bash ssl-install.sh