This guide is intended for IT professional responsible for installing the ActivityInfo Self-managed Server in an on-premise server running RedHat or CentOS Linux.
Introduction
The ActivityInfo Self-managed Server for Red Hat Linux is distributed as a single Red Hat Package Manager Archive (.rpm) containing an embedded application, webserver, database, and everything else required to run ActivityInfo.
Getting started
Download and install the latest beta version of the ActivityInfo RPM, or run the following shell commands:
wget https://www.activityinfo.org/support/downloads/self-managed/activityinfo_linux_4_2_Beta3.rpm
sudo rpm -i
activityinfo_linux_4_2_Beta3.rpm
The package will install the ActivityInfo Self-managed server to /opt/activityinfo
and configure and start a service called activityinfo
.
The service will listen on port 80 for HTTP, and 443 for HTTPS once an SSL certificate is configured. You may need to configure your firewall to allow inbound connections on these ports.
Additional configuration
Next, follow the instructions in the Configuration guide to configure Email delivery, an SSL certificate, and Single Sign-On.