Posts

Showing posts with the label joomla

Joomla installation in Ubuntu

Joomla installation in Ubuntu Prerequisites : Ubuntu 20.04 Administrative sudo user with root privileges Step 1: Connect to your Server Once logged in, make sure that your server is up-to-date by running the following commands: sudo apt-get update sudo apt-get upgrade Step 2: Install Apache web server and PHP Joomla requires a webserver to function. Apache is a fast and secure web server and one of the most popular and widely used web servers in the world. You can install it from the official Ubuntu repositories running the following command: sudo apt install apache2 After installing Apache, the commands below can be used to stop, start and enable Apache services to always start up every time your server starts up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl enable apache2.service To verify that Apache is running, execute the following command: sudo systemctl status apache2 installation of joomla 4.0 on ubuntu 20.04 Since Joomla is built on P

Total views