Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CentOS / RedHat considerations

If you have a minimal install of Centos or RedHat, you will likely need to install the perl-core package to be able to run the installer.

Code Block
yum install perl-core

 CentOS and RedHat may require some items set outside of the installer script. These will be added to the installer in a future version.

SELinux

If SELinux is installed and running, you will need to disable it.

...

SELINUX=enforcing

to

SELINUX=permissive

ipTables (for RedHat 6 / Centos 6)

ipTables is installed, active and blocks all ports except port 22 by default. You can disable ipTables completely or allow only port 80.

...

Code Block
languagebash
service iptables save

 

Firewall (for Redhat 7 / Centos 7)

You can disable firewalld completely or allow only port 80.

To disable firewalld completely, run the following commands:

Code Block
languagebash
service firewalld stop

then stop it from starting with

Code Block
languagebash
chkconfig firewalld off

 

Installing / Upgrading

All commands should be run as root (you can "sudo su" on Ubuntu). 

...

As of February 2016, Open-AudIT Enterprise is distributed as a self-extracting installer file; to install or upgrade you just need to download that file from the website and then run it in your shell.

...