

sudo mysql_secure_installationĪnswer all the questions as shown below: Set root password? n You can secure it by running the mysql_secure_installation script. sudo systemctl start mysql sudo systemctl enable mysqlīy default, MariaDB is not secured, so you will need to secure it first. Start MariaDB and enable it to automatically start at boot time.
#Install weka on ubuntu 16.04 install
You can install it with the following command: sudo apt-get install mariadb-server -y You will need to install MariaDB server to store data. Once all the packages are installed, you can proceed to install MariaDB server. You can install PHP and other required modules with the following command: sudo apt-get install wget unzip php7.0 php7.0-mysql php7.0-gd php7.0-curl libapache2-mod-php7.0 php7.0-mcrypt php7.0-pear python-mysqldb rrdtool subversion whois mtr-tiny ipmitool graphviz imagemagick snmp fping -y Once apache is installed, start the Apache web server and enable it to start on boot with the following command: sudo systemctl start apache2 sudo systemctl enable apache2 Install PHP You can easily install it by running the following command: sudo apt-get install apache2 -y Install Apache Web Serverįirst, you will need to install Apache web server on your system.

Once your system is up to date, you can proceed to install the Apache web server.
#Install weka on ubuntu 16.04 update
You can do this with the following command: sudo apt-get update -y sudo apt-get upgrade -y

Want your very own server? Get our 1GB memory, Xeon V4, 25GB SSD VPS for £10.00 / month.
