Portal

RPB-portal serves and entry point into the platform and provides integration middleware. Additionally mobile component can be setup next to portal to support clinic wide collection of patient reported outcomes.

OS Init Application Server Database
Debian 9 (Stretch) System V JDK 7, Tomcat 7 PostgreSQL 8.4 PostgreSQL 9.5

PostgreSQL

  • Port: 5432
  • Locale: UTF8
  • Root user: postgres
Listing 1 Create radplanbio role database
psql -U postgres -c "CREATE ROLE radplanbio LOGIN ENCRYPTED PASSWORD 'radplanbio' SUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE"
psql -U postgres -c "CREATE DATABASE radplanbio WITH ENCODING='UTF8' OWNER=radplanbio"