Versions Compared

Key

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

...

Open-AudIT relies on dependencies to function. These dependencies are based on the distribution and version you are using. They are below.

Centos 6 * NO LONGER SUPPORTED

Code Block
subscription-manager repos --enable rhel-6-server-optional-rpms
 
yum install mysql mysql-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba4-common samba4-client logrotate perl-Time-modules ipmitool

Centos 7 * NOT RECOMMENDED

Code Block
yum -y install epel-release
 
yum install mariadb-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-ParseDate ipmitool rrdtool libpng12 awscli

RedHat 6 * NO LONGER SUPPORTED

Code Block
rhn-channel --add --channel=rhel-x86_64-server-optional-6
 
yum install mysql mysql-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba4-common samba4-client logrotate perl-Time-modules ipmitool

Redhat 7 * NOT RECOMMENDED

Code Block
subscription-manager repos --enable=rhel-7-server-optional-rpms
 
yum install mariadb-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-ParseDate ipmitool rrdtool libpng12 awscli

Redhat 8

Code Block
subscription-manager repos --enable=rhel-8-server-optional-rpms

yum install mariadb-server httpd php php-cli php-mysqlnd php-ldap php-json php-mbstring php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-ParseDate ipmitool rrdtool libpng12

Debian 8 * NOT RECOMMENDED

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-proxy-html libapache2-mod-php5 openssh-client php5 php5-cli php5-ldap php5-mcrypt php5-mysql php5-snmp nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli

...

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-php openssh-client php php-cli php-ldap php-mbstring php-mcrypt php-mysql php-snmp php-xml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli

Debian 10

Code Block
apt-get install mariadb-server apache2 apache2-utils libapache2-mod-php openssh-client php php-cli php-curl php-ldap php-mbstring php-mysql php-snmp php-xml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool libpng12-0 awscli

Ubuntu 16.04 * NOT RECOMMENDED

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-php openssh-client php php-cli php-ldap php-mbstring php-mcrypt php-mysql php-snmp php-xml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli

...