Difference between revisions of "Installing Onepoint on CentOS 7"

From Onepoint Systems Integration
Jump to: navigation, search
(Initialize Onepoint)
(Finished)
Line 58: Line 58:
  
 
= Finished =
 
= Finished =
Now, Onepoint is ready. You can access it on http://<HOST>/onepoint
+
Now, Onepoint is ready. You can access it on http://<HOSTNAME>/onepoint
  
 
==== 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 16:15, 5 June 2019

Other Required Repositores

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:

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

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

Configure Database Parameters

Database parameters are on /usr/share/onepoint/onepoint/application/config/database.php. Use your favorite text editor to specify them.

Initialize Onepoint

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

Finished

Now, Onepoint is ready. You can access it on http://<HOSTNAME>/onepoint

Links