Difference between revisions of "Installing Onepoint"

From Onepoint Systems Integration
Jump to: navigation, search
(Fedora 24/25/26/27/28)
(Red Hat Enterprise Linux 7)
Line 22: Line 22:
 
Install the repository for your operating system version below. After this, install the onepoint package, through yum:
 
Install the repository for your operating system version below. After this, install the onepoint package, through yum:
  
 +
  ]# yum install <LINK-TO-REPO-FILE>
 
   ]# yum install onepoint
 
   ]# yum install onepoint
  

Revision as of 18:10, 30 October 2018

You have some options for downloading Onepoint Systems Integration.

Licensing considerations

After registering on our website (http://onepoint.net.br), you will until 24 hours receive a license file with instructions on how to install. For using and updating the product, and having access to its features, you will need to install this license.

Package Repository

Fedora 24/25/26/27/28

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

 ]# dnf install <LINK-TO-REPO-FILE>
 ]# dnf install onepoint

Links

Fedora 28 Repository RPM Fedora 24 Repository RPM

Red Hat Enterprise Linux 7

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

 ]# yum install <LINK-TO-REPO-FILE>
 ]# yum install onepoint

Links

Red Hat Enterprise Linux 7 Repository RPM

CentOS 7

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

 ]# yum install onepoint

Links

Red Hat Enterprise Linux 7 Repository RPM

Virtual Appliance (large OVA)

Virtual Appliance in OVF format

Installation Script

You can also install Onepoint through its installation script. The video and detailed steps below shows the process.

Preparing the machine

  • CentOS 7
  • MariaDB 10 or later, or MySQL 7 or later
  • EPEL Repository (epel-release-7)
  • Python 2.7 + pip (up2date, it depends on) + paramiko (Python Module)
  • Git Client
  • psmisc package

Create app folder

Create folder /home/_onepoint_root

Create onepoint user

You need to create a onepoint user, give the ownership of /home/_onepoint_root to it, and login with this user to continue.

Clone the repository

Clone the repository in /home/_onepoint_root/update

 ]$ cd /home/_onepoint_root
 ]$ git clone git@bitbucket.org:netbr-onepoint-installer.git update

Execute the installation script

 ]$ /home/_onepoint_root/update/managed-installer

Installer will check the pre-reqs, and if anyone is missing, it will install the necessary packages. In this case, after the pre-reqs installation, you will need to run the installer again.

Parameter configuration

Need to configure parameters on /home/_onepoint_root/config/web

Run the update script

Run the update script (To run this script, you already need to have the license installed - after our team instructions on licensing)

 ]$ /home/_onepoint_root/update/managed-update

After updating, this script will return a error message for the connection on the executor app, and this error can be ignored. It occurrs because there are still pending configurations to perform.

Configure the web server

Create a symbolic link or alias named /onepoint such that the path points to /home/_onepoint_root/web and make sure it's accessible.

Initizalize the database

Open a web browser and run http://[SERVER]/onepoint/initialize/zero

Test the web endpoint

Open http://<SERVER>/onepoint Login screen must appear

Start task executor

Start executor through script /home/_onepoint_root/update/managed-start-worker