CellSpace/Manual (draft)
by CellWorks
Home
Table of Contents
Glossary
Before You Begin CellSpace/Enterprise Online Installation
This section is intended for those installing the CellSpace/Enterprise product for the first time. It is assumed that:
A
CellSpace
license
has been purchased.
The installation file has been unpacked into the target file system.
Unique
ports
have been selected for use by the
CellSpace
Server
. The default ports are 8080 for HTTP and 8443 for HTTPS. These can be changed in the [installation_folder]/config/application-instance.properties file.
That the
CellSpace
Server
has been started and can be accessd by a browser.
See
Start Here
.
CellSpace/Enterprise
database
Installation
These instructions apply to the CellSpace/Enterprise product.
A
database
must be installed and configured.
See
MariaDB
Database
on
Slackware
for an example of a
database
installation.
During the online installation process the
installer
will be asked to complete the following tasks:
Install License
storage
Configure
Primary
DataSource
security
Configure
Home
DataSource
.
A
CellSpace
license
file
was provided when the
CellSpace
license
was purchased. This
CellSpace
license
file
must be uploaded to the
CellSpace
Server
during installation. See
Install License
.
CellSpace
Servers
store data in relational
databases
. During the installation process connections will be established to that
database
.
We assume that a
database
product has been selected and installed or that an existing
database
will be used. See
Supported
Databases
.
A
database
administrator
should prepare the target
database
as follows:
Create or provide a
database
catalog
to house the
primary
database
.
Create or provide a
database
catalog
to house the
home
database
.
The same
database
catalog
can be used for both the
primary
database
and the
home
database
.
The
home
database
can be shared with multiple
CellSpace
Servers
for a single login to those servers.
Create or provide a
database
user account
and credentials that will be used by the
primary
datasource
to access the
primary
database
during normal operation.
This
database
user account
MUST have SELECT, INSERT, UPDATE, CREATE and INDEX privileges.
CellSpace
Servers
do not delete records so the DELETE and DROP permissions are not required.
Create or provide a
database
user account
and credentials that will be used by the
home
datasource
to access the
home
database
during normal operation.
This
home
datasource
database
user account
MUST also have SELECT, INSERT, UPDATE, CREATE and INDEX privileges.
See
Install License
,
storage
Configure
Primary
DataSource
and
security
Configure
Home
DataSource
.