2016-04-30 04:39:32 +00:00
|
|
|
|
2016-04-21 14:26:04 +00:00
|
|
|
== Guide Overview
|
2016-04-20 15:54:06 +00:00
|
|
|
|
2016-04-20 16:18:03 +00:00
|
|
|
The purpose of this guide is to walk through the steps that need to be completed prior to booting up the
|
2017-08-28 12:50:14 +00:00
|
|
|
{project_name} server for the first time. If you just want to test drive {project_name}, it pretty much runs out of the box with its
|
2016-04-20 16:18:03 +00:00
|
|
|
own embedded and local-only database. For
|
|
|
|
actual deployments that are going to be run in production you'll need to decide how you want to manage server configuration
|
2017-08-28 12:50:14 +00:00
|
|
|
at runtime (standalone or domain mode), configure a shared database for {project_name} storage, set up encryption and HTTPS,
|
|
|
|
and finally set up {project_name} to run in a cluster. This guide walks through each and every aspect of any pre-boot
|
2016-04-20 21:14:50 +00:00
|
|
|
decisions and setup you must do prior to deploying the server.
|
2016-04-20 16:37:52 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
One thing to particularly note is that {project_name} is derived from the {appserver_name} Application Server.
|
|
|
|
Many aspects of configuring {project_name} revolve around {appserver_name} configuration elements. Often
|
2016-04-22 20:02:59 +00:00
|
|
|
this guide will direct you to documentation outside of the manual if you want to dive into more detail.
|
|
|
|
|