Difference between revisions of "Requirements"
old>Admin (Created page with '=== Hardware requirements === Tempus Serva is a highly optimized platform, that will run on even the smallest server configurations: The software will even run on the [http://da…') |
|||
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=== Hardware requirements === | === Hardware requirements === | ||
Tempus Serva is a highly optimized platform, that will run on even the smallest server configurations: The software will even run on the [http://da.wikipedia.org/wiki/Raspberry_Pi Rasperry PI] (worlds smallest common Linux platform). | Tempus Serva is a highly optimized platform, that will run on even the smallest server configurations: The software will even run on the [http://da.wikipedia.org/wiki/Raspberry_Pi Rasperry PI] (worlds smallest common Linux platform). For running EC2 instances small server is recommended, allthough micro instances will do ok for minor installations (few concurrent users / few parallel installations). | ||
Normal requirements for the memory are | |||
* | * Recommended minimum 1024 mB RAM for the heap (application) | ||
* | * Recommended 256 mB RAM for PermGen (older java versions) | ||
Running lower is possible, but can result in reduced performance and classloader errors (dependening on which features are used). | Running lower is possible, but can result in reduced performance and classloader errors (dependening on which features are used). | ||
* Minimum 128 mB RAM for the heap (application) | |||
* Minimum 64 mB RAM for PermGen (older java versions) | |||
Memory intensive operations include OLAP analysis, document building and large data sets (+20k records). | |||
Check [[Platform metrics]] for further information. | |||
==== Help for setting up RAM allocation ==== | |||
Step-by-step guide for configuring your Tomcat server | |||
[[Memory_settings]] | |||
=== Software requirements === | === Software requirements === | ||
Line 16: | Line 27: | ||
Java | Java | ||
* ''' | * '''OpenJDK 8+''' | ||
* | * Oracle Java 8+ | ||
Application server | Application server | ||
* '''Tomcat | * '''Tomcat 7, 8, 9''' (10 is incompatible) | ||
* JBoss 7.1 | * JBoss 7.1 | ||
Database server | Database server | ||
* '''MySQL 5.1 | * '''MySQL 5.1 and above''' | ||
Fully compatible databases include | |||
* MariaDB (same versions as MySQL) | |||
* PerconaDB (same versions as MySQL) | |||
* AWS Aurora (MySQL compliant) | |||
Infrequently tested software options include | Infrequently tested software options include | ||
* IBM Java | * IBM Java | ||
* JBoss, Jetty, Resin, WebSphere and Glassfish | * JBoss, Jetty, Resin, WebSphere and Glassfish | ||
=== Client support === | === Client / user support === | ||
All common devices are supported | |||
* Personal computers | |||
* Android phone/tablet | |||
* iPhone/iPad | |||
Touch devices like tablets have small changes to the interface like bigger buttons and one-click search | |||
All major browsers are supported | |||
* Chrome | |||
* Safari | |||
* Firefox | |||
* Internet Explorer 11+ | |||
Basic functions will work in other / older browsers, but some features (JQuery) and layout (CSS3) may be impaired in some minor ways. |
Latest revision as of 05:53, 26 September 2023
Hardware requirements
Tempus Serva is a highly optimized platform, that will run on even the smallest server configurations: The software will even run on the Rasperry PI (worlds smallest common Linux platform). For running EC2 instances small server is recommended, allthough micro instances will do ok for minor installations (few concurrent users / few parallel installations).
Normal requirements for the memory are
- Recommended minimum 1024 mB RAM for the heap (application)
- Recommended 256 mB RAM for PermGen (older java versions)
Running lower is possible, but can result in reduced performance and classloader errors (dependening on which features are used).
- Minimum 128 mB RAM for the heap (application)
- Minimum 64 mB RAM for PermGen (older java versions)
Memory intensive operations include OLAP analysis, document building and large data sets (+20k records).
Check Platform metrics for further information.
Help for setting up RAM allocation
Step-by-step guide for configuring your Tomcat server
Software requirements
Operating systems
- Linux: Amazon, RedHat or CentOS
- Windows: Any version
Java
- OpenJDK 8+
- Oracle Java 8+
Application server
- Tomcat 7, 8, 9 (10 is incompatible)
- JBoss 7.1
Database server
- MySQL 5.1 and above
Fully compatible databases include
- MariaDB (same versions as MySQL)
- PerconaDB (same versions as MySQL)
- AWS Aurora (MySQL compliant)
Infrequently tested software options include
- IBM Java
- JBoss, Jetty, Resin, WebSphere and Glassfish
Client / user support
All common devices are supported
- Personal computers
- Android phone/tablet
- iPhone/iPad
Touch devices like tablets have small changes to the interface like bigger buttons and one-click search
All major browsers are supported
- Chrome
- Safari
- Firefox
- Internet Explorer 11+
Basic functions will work in other / older browsers, but some features (JQuery) and layout (CSS3) may be impaired in some minor ways.