Difference between revisions of "Installing Onepoint"

From Onepoint Systems Integration
Jump to: navigation, search
Line 4: Line 4:
 
Before installing onepoint, you should verify the following requirements.
 
Before installing onepoint, you should verify the following requirements.
  
== Hardware Requirements ==
+
== Hardware Requirements for a production or stress-test environment ==
*CPU:
+
*CPU: At least 4 CPUs
 
+
*RAM: At least 1GB per logical CPU recommended
# Machine Architecture:  
+
*Disk: At least 100 GB free on the installation/data partition.
  
 
== Software Requirements ==
 
== Software Requirements ==
 +
*OS: Red Hat 7 or CentOS 7
 +
*Database: MariaDB 10 or later OR MySQL 8 or later
 +
*Python: v2.7 with the following packages:
 +
**aasdasdf
  
 
# Operating System: Red Hat 7 or CentOS 7
 
# Operating System: Red Hat 7 or CentOS 7

Revision as of 15:19, 17 December 2018

You have some options for downloading Onepoint Systems Integration.

Pre-reqs

Before installing onepoint, you should verify the following requirements.

Hardware Requirements for a production or stress-test environment

  • CPU: At least 4 CPUs
  • RAM: At least 1GB per logical CPU recommended
  • Disk: At least 100 GB free on the installation/data partition.

Software Requirements

  • OS: Red Hat 7 or CentOS 7
  • Database: MariaDB 10 or later OR MySQL 8 or later
  • Python: v2.7 with the following packages:
    • aasdasdf
  1. Operating System: Red Hat 7 or CentOS 7

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

Download / Installation

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 http://repo.onepoint.net.br/yum/fedora/repo/onepoint-repo-0.1-1fedora.noarch.rpm
 ]# dnf install onepoint

Links

Red Hat Enterprise Linux 7

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/rhel/repo/onepoint-repo-0.1-1rhel.noarch.rpm
 ]# yum install onepoint

Links

CentOS 7

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
 Tip: You shall make sure TCP/IP (bind-address) access is enabled for MariaDB / MySQL.

Links

Suse Linux

 (SOON)

Ubuntu

 (SOON)

Debian

 (SOON)

Configuration

Publishing Onepoint Web files

 Some options are available for the way you want to publish Onepoint. For e.g., you may need to install it on the root of the server, or inside a VirtualHost / Virtual Directory. Please, follow the instructions on Publishing Onepoint to check some options and guidelindes to do it correctly.

Initializing Database

 (SOON)

Configuring Daemon Start-up

 (SOON)

Virtual Appliance (large OVA)

Virtual Appliance in OVF format To get this file, please contact our team;

Installation Script

 (SOON)