2016-04-30 04:39:32 +00:00
2016-04-21 14:26:04 +00:00
=== System Requirements
2016-04-20 21:49:18 +00:00
These are the requirements to run the {{book.project.name}} authentication server:
* Can run on any operating system that runs Java
* Java 8 JDK
* zip or gzip and tar
* At least 512M of RAM
* At least 1G of diskspace
2016-04-22 20:02:59 +00:00
* A shared external database like Postgres, MySql, Oracle, etc. {{book.project.name}} requires an external shared
database if you want to run in a cluster. Please see the <<fake/../../database.adoc#_database,database configuration>> section of this guide for more information.
2016-04-29 16:09:09 +00:00
* Network multicast support on your machine if you want to run in a cluster. {{book.project.name}} can
be clustered without multicast, but this requires a bunch of configuration changes. Please see
the <<fake/../../clustering.adoc#_clustering,clustering>> section of this guide for more information.
2016-12-19 13:25:51 +00:00
* On Linux, it is recommended to use `/dev/urandom` as a source of random data to prevent {{book.project.name}} hanging due to lack of available
entropy, unless `/dev/random` usage is mandated by your security policy. To achieve that on Oracle JDK 8 and OpenJDK 8, set the `java.security.egd`
system property on startup to `file:/dev/urandom`.