Welcome to the Coral ERM Installation Guide! This guide will help you set up the environment and install prerequisites on Ubuntu using the terminal.
Note: Coral ERM is compatible with PHP versions 5.5, 5.6, and 5.7, as well as MySQL versions 5.6 and 5.7. In case of any issues or encountering a white screen, please ensure you are using the supported versions.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2
sudo systemctl status apache2
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php5.6
php -v
sudo apt-get install php5.6-gd php5.6-mysql php5.6-imap php5.6-curl php5.6-intl php5.6-pspell php5.6-recode php5.6-sqlite3 php5.6-tidy php5.6-xmlrpc php5.6-xsl php5.6-zip php5.6-mbstring php5.6-soap php5.6-opcache libicu65 php5.6-common php5.6-json php5.6-readline php5.6-xml
php -m
sudo apt-get install php5.6-gettext
##Add Repository for MySQL-5.7
sudo add-apt-repository 'deb http://kr.archive.ubuntu.com/ubuntu xenial main'
sudo apt-get install aptitude
sudo aptitude install mysql-server-5.7 mysql-client-5.7
sudo systemctl status mysql
sudo phpenmod mbstring
sudo phpenmod gettext
sudo phpenmod mysqlnd
sudo systemctl restart apache2
You've successfully set up the environment and installed prerequisites for Coral ERM on your Ubuntu system. Enjoy efficient resource management with Coral!