


Enter your database details as created in the second step : Now, Access your Web Installation page at You will see a screen like this :ģ. Sudo chmod a=rw '/var/www/html/racktables/wwwroot/inc/secret.php' Now, We have to create a Configuration File and give it permissions : sudo touch '/var/www/html/racktables/wwwroot/inc/secret.php' Give permission to the folder chown -R www-data:www-data /var/www/html/racktables Run the following commands to install it cd /var/www/html Now we can simply download the files from the official repository link and set it up. We have now everything setup to install RackTables. GRANT ALL PRIVILEGES ON racktabledb.* TO PRIVILEGES

Mysql -u root -p CREATE DATABASE racktabledb ĬREATE USER IDENTIFIED by ‘racktablepassword’ – – Do the following for Ubuntu Servers : apt -y install software-properties-commonĪpt-get update apt-get install php php7.4-cli php7.4-snmp php7.4-gd php7.4-mysql php7.4-mbstring php7.4-bcmath php7.4-json php7.4-fpm php7.4-ldap apt-get install mariadb-server mariadb-client mysql_secure_installationĬopy the steps as shown in the picture or the text : Set root password? Y – – Do the following for Debian Servers apt install apt-transport-https lsb-release ca-certificatesĮcho “deb $(lsb_release -sc) main” > /etc/apt//php.list Since, PHP7.4+ are not available by default in Ubuntu/Debian we have to install it through a repository We are going to install PHP7+ packages on our machine.
