Quote:
Originally Posted by porn-update
Ok, I want to try ubuntu with sentora (ex zpanel), just to begin with, then in case we change
|
If you are going to be working on a LAMP stack within your server and need to configure I would recommend not using a cpanel type of software and just working off the terminal.
You can install Apache, PHP, and MYSQL using tasksel...
Code:
sudo apt-get install tasksel
Dont forget to make sure you give everything proper permissions.
To install phpmyadmin use
Code:
sudo apt-get install phpmyadmin
Also if you have the current version of Ubuntu running then when you install PHP you will get PHP7. However if you have an older version then by default it might install PHP5.x