Difference between revisions of "Installing Onepoint on CentOS 7"

From Onepoint Systems Integration
Jump to: navigation, search
(MariaDB)
Line 45: Line 45:
 
   ]# yum install http://repo.onepoint.net.br/yum/centos/repo/onepoint-repo-0.1-1centos.noarch.rpm
 
   ]# yum install http://repo.onepoint.net.br/yum/centos/repo/onepoint-repo-0.1-1centos.noarch.rpm
 
   ]# yum install onepoint
 
   ]# yum install onepoint
 +
 +
= Initialize Onepoint =
 +
 +
Run the setup script, accessing <HOSTNAME>/onepoint/ui/setup.
 +
 +
= Finished =
 +
Now, Onepoint is ready.
  
 
==== Links ====
 
==== Links ====
 
*[http://repo.onepoint.net.br/yum/centos/repo/onepoint-repo-0.1-1centos.noarch.rpm Onepoint Repository RPM for CentOS 7]
 
*[http://repo.onepoint.net.br/yum/centos/repo/onepoint-repo-0.1-1centos.noarch.rpm Onepoint Repository RPM for CentOS 7]

Revision as of 17:12, 4 June 2019

MariaDB

First, make sure MariaDB - packages mariadb and mariadb-server - is installed on the system. If you want to use an external MariaDB database for the installation, this step is not required. You will need to create an empty database for installing Onepoint (for example, database onepoint)

 Tip: You shall make sure TCP/IP (bind-address) access is enabled for MariaDB / MySQL.

Apache Web Server

You will need the Apache Web Server installed on the system for installing Onepoint

PHP

You will need PHP 7.2 or higher to install Onepoint. You'll need to install the following packages:

  • php
  • php-common
  • php-bz2
  • php-curl
  • php-ldap
  • php-gd
  • php-gmp
  • php-imap
  • php-mbstring
  • php-mcrypt
  • php-soap
  • php-mysqlnd
  • php-xml
  • php-zip
  • php-json

If you are installing PHP from the Remi's Repository, for example remi-php72, you will install the appropriate corresponding packages to the packages above.

Python

You will need Python 2.7. You'll need to install the following packages:

  • python
  • python-pip
  • python-requests
  • python-ldap
  • python-paramiko

Other Libraries

You will need to install the following libraries:

Install Onepoint

Install the repository for your operating system version below. After this, install the onepoint package, through yum:

 ]# yum install http://repo.onepoint.net.br/yum/centos/repo/onepoint-repo-0.1-1centos.noarch.rpm
 ]# yum install onepoint

Initialize Onepoint

Run the setup script, accessing <HOSTNAME>/onepoint/ui/setup.

Finished

Now, Onepoint is ready.

Links