All the commands are assuming that the target installation folder for HAPIFHIR is `/opt/hapifhir-docker'
cd /opt
git clone https://github.com/solid-lines/hapifhir-docker.git
cd /opt/hapifhir-docker
- You can modify the environment variables used by HAPIFHIR containers by editing the .env file
./install.sh HOSTNAME
Run: ./install.sh <HOSTNAME>
- Update server
- Add the given <HOSTNAME> to the configuration files
- Build and create docker containers
- Update Nginx configuration files
cd /opt/hapifhir-docker
./uninstall.sh
cd /opt/hapifhir-docker
- Modify the environment variables used by HAPIFHIR containers by editing the .env file
./restart_containers.sh
- HAPIFHIR_VERSION (default is 5.6.0)
- POSTGRES_VERSION (default is 12)
- POSTGRES_DB
- POSTGRES_USER
- POSTGRES_PASSWORD