Difference between revisions of "Network installation"

From ECHSA Congenital Database
Jump to navigationJump to search
m
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{manual-infobox}}
 
{{manual-infobox}}
  
''[[PostgreSQL network installation]] is recommended.''
+
''[[PostgreSQL network installation]] is recommended. See the [[PostgreSQL network installation|instructions]].''
  
If the application is to be used on many computers at the same time, additional tasks need to performed. Most importantly, the local database has to be installed separately. The application uses JDBC database connection, which allows it to use different database engines. The tested database engines are:
+
[[Image:NetworkInstallationDeployment.png|thumb|160px|left|Network installation deployment diagram]]
  
*[[Derby network installation|Derby]] (formerly known as Cloudscape)
+
If the application is to be used on many computers at the same time, additional tasks need to performed. Most importantly, the local database has to be installed separately. The application uses JDBC database connection, which allows it to use different database engines. The tested database engine is [[PostgreSQL]].
*[[PostgreSQL network installation|PostgreSQL]]
 
  
 
Both database engines are Open Source and can be used free of charge. If you want or need to run the database on different database engine, contact the [[software development team]] for more information.
 
Both database engines are Open Source and can be used free of charge. If you want or need to run the database on different database engine, contact the [[software development team]] for more information.
  
The database server installation means, that one of the computers in the network is '''running all the time''' and it has the database engine (e.g. [[PostgreSQL]]) installed on it. When a user starts the [[EACTS Database Software]], it connects to the database server and uses it to read and write data. The server does not have to be a special computer. Common PC with enough resources (RAM memory and disk space) can be used. It just has to be running when EACTS Database Software is used.
+
The database server installation means, that one of the computers in the network is '''running all the time''' and it has the database engine (e.g. [[PostgreSQL]]) installed on it. When a user starts the [[ECHSA Database Software]], it connects to the database server and uses it to read and write data. The server does not have to be a special computer. Common PC with enough resources (RAM memory and disk space) can be used. It just has to be running when ECHSA Database Software is used.
 
 
[[Image:NetworkInstallationDeployment.png|thumb|160px|left|Network installation deployment diagram]]
 
  
 
The network installation is different from a single installation, where the database server and user interface are together. In a network installation, server and user's interface are separated.
 
The network installation is different from a single installation, where the database server and user interface are together. In a network installation, server and user's interface are separated.
  
You will probably need a qualified personnel to install the database server. Currently, the [[PostgreSQL]] and [[Derby]] servers are tested for use with [[EACTS Database Software]]. Oracle and MS-SQL servers are not yet supported.
+
You will probably need a qualified personnel to install the database server. Currently, the [[PostgreSQL]] server is tested for use with [[ECHSA Database Software]]. Oracle and MS-SQL servers are not yet supported.
  
 
Once the server is installed, you can connect as many clients (user interfaces on different computers) as you wish. Please read on to learn about the installation.
 
Once the server is installed, you can connect as many clients (user interfaces on different computers) as you wish. Please read on to learn about the installation.
 
 
 
<div style="clear: both;">
 
  
 
==PostgreSQL network installation==
 
==PostgreSQL network installation==
Line 28: Line 21:
 
''See the article [[PostgreSQL network installation]]''
 
''See the article [[PostgreSQL network installation]]''
  
 +
<!--
 
==Derby network installation==
 
==Derby network installation==
 
 
Instructions are not yet available.
 
Instructions are not yet available.
 
+
-->
</div>
 
  
 
'''See also:'''
 
'''See also:'''

Latest revision as of 08:43, 21 July 2015

User's manual

Quickstart
Overview
Single user installation
Network installation
Database structure
Export to CSV

Data entry

Staff, Patients, Diagnoses, Non cardiac abnormalities, Admissions, Operations, Procedures

PostgreSQL network installation is recommended. See the instructions.

Network installation deployment diagram

If the application is to be used on many computers at the same time, additional tasks need to performed. Most importantly, the local database has to be installed separately. The application uses JDBC database connection, which allows it to use different database engines. The tested database engine is PostgreSQL.

Both database engines are Open Source and can be used free of charge. If you want or need to run the database on different database engine, contact the software development team for more information.

The database server installation means, that one of the computers in the network is running all the time and it has the database engine (e.g. PostgreSQL) installed on it. When a user starts the ECHSA Database Software, it connects to the database server and uses it to read and write data. The server does not have to be a special computer. Common PC with enough resources (RAM memory and disk space) can be used. It just has to be running when ECHSA Database Software is used.

The network installation is different from a single installation, where the database server and user interface are together. In a network installation, server and user's interface are separated.

You will probably need a qualified personnel to install the database server. Currently, the PostgreSQL server is tested for use with ECHSA Database Software. Oracle and MS-SQL servers are not yet supported.

Once the server is installed, you can connect as many clients (user interfaces on different computers) as you wish. Please read on to learn about the installation.

PostgreSQL network installation

See the article PostgreSQL network installation


See also: