Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1006 Bytes

rpb.rst

File metadata and controls

28 lines (21 loc) · 1006 Bytes

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
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"

Tomcat

:ref:`Application Server`