After you've installed the application, finish setting it up using the setup wizard. From the wizard, you'll enter information about your license, database connection, user identity system, email system, and system admin credentials.
After you've successfully finished with the wizard, the application is set up to run. For a brand new community, when you next log in to the end user interface, you'll have a chance to create a profile, an interface theme, and simple space hierarchy. You can also send invitations to people to join the community. For more information, see Personalizing the Community.
If you've just installed, the setup tool will run the first time you access the application. If you've already completed the setup process and need to use the tool again to configure LDAP, do the following:
Enter the license key you purchased (you can retrieve your purchased keys by logging into www.jivesoftware.com) or click Continue to accept the local system license.
On the License Reporting page, choose whether to have your report sent automatically or to send it manually. Given that periodically sending a license report is required, having it sent automatically might save you the trouble of having to remember to send it. On this page, you also opt in or out of community health reporting, which provides feedback to the development team. Finally, specify whether this will be a production or development instance.
For more about license reporting, including what the reports include, be sure to see Managing the Deployment License.
Specify how to connect to the application database. You can use the included local system database or you can choose an external database. If you choose the standard database connection or JNDI datasource, you'll be prompted for required settings after you click Continue. Here's an example of a standard connection configuration:
Specify the system that the application should use for user and group data.
For the Directory Server (LDAP) option, you'll be prompted to enter information for your LDAP server (such as host, base distinguished name--DN, and so on). Be sure to see LDAP and Active Directory Guide for details on setting up an LDAP or Active Directory connection.
Specify defaults for feeds (such as RSS) and email sent and received by the application. The application can send email when a account is created for a new user, for email notifications, and so on. Specify the "From" name and email address that should be used in these emails, as well as the SMTP host and port that should be used. The application can also be configured to receive email, such as when a user posts a discussion response via email. To get these emails, the application needs a client account; specify those details here.
You'll be able to change these settings later via the admin console.
Set site basics such as its URL, name, and so on.
| Setting | Description |
|---|---|
| Site URL | The URL that people can enter in the browser address bar to the reach the community. |
| Space Name | The name that should be displayed as the name of the community, such as on the home page. |
If this node is an application server node that's part of a cluster, use these settings to enable clustering for this node and to specify the address of the cache server that the cluster will use. For more information on clustering, see Clustering Overview and In-Memory Caching.
| Setting | Description |
|---|---|
| Clustering Enabled/Disabled | Select Enabled to indicate that this node is part of a cluster of application server nodes. If you enable clustering, you'll need to specify at least one cache server address. |
| Cache Server Addresses | For clustered installations, enter the domain name or IP address of at least one cache server. |
Enter information that will be used outgoing emails sent from the community, typically to users.
| Setting | Description |
|---|---|
| Server Email Name | The name displayed in the From box in email sent from the community, such as to welcome new users. |
| Server Email Address | The email address for the sender in email sent from the community. |
Set details for handling outgoing email. For more on mail server configuration, see Configuring Outgoing (SMTP) Email.
| Setting | Description |
|---|---|
| Email Host | Host name of an SMTP email server that the community will use to send email. |
| Email Port | Port to be used for sent email. |
Set details for handling incoming email. For more information, see Configuring Support for Content Created Via Email.
| Setting | Description |
|---|---|
| Client Protocol | Select the protocol used by the incoming email server that the community will use when receiving email to post discussion replies. |
| Client Account Host | Host name of the incoming email server. |
| Client Account Port | Port of the incoming email server. |
| Username | Username for authenticating with the incoming email server. |
| Password | Password for authenticating with the incoming email server. |
Specify the system administrator's name, email, and password. Be sure to change the admin email password from the default value, which is "admin".
[root@targethost ~]# sudo su - jive [1016][jive@targethost:~]$ service jive-application stop sbs stopped successfully. [1016][jive@targethost:~]$ service jive-application start sbs started successfully.