Jooms, for our website
I have a very busy week, having our school website installed in our ubuntu computer in preparation for the upcoming closure program of CICT- BUKSU. I have learned installing JOOMLA 1.0.13 version, an open source software as our school website platform. The following are the steps in installing.
-
Download XAMPP for linux from apachefriends.org
-
Copy xammp-linux-x.x.x.tar.gz to opt- /opt/ lampp (sudo cp xammp-linux-x.x.x.tar.gz to opt /opt/ FOLDER)
- Extract xammp-linux-x.x.x.tar.gz to opt- /opt/ lampp (sudo tar-xvf xammp-linux-x.x.x.tar.gz -C /opt/) Check if the lampp FOLDER is created inside /opt/ then, (cd/opt/)
- CREATE LAUNCHER Type: Application, Name: XAMPP Control Panel (gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py)
- Run the launcher
- Test Load browser URL = http://localhost, or http://127.0.0.1
- Dowload Joomla
- To unzip joomla (sudo unzip Joomla_1.0.13-Stable-Full_Package.zip -d /opt/lampp/htdocs/website folder))
- To change mode (sudo chmod 777 -R /opt/lampp/htdocs/(website folder))
- Install Joomla (http://localhost/website)
- After installation remove or rename the installation folder ( to remove sudo rm -f /opt/lampp/htdocs/(website)/installation)
To install Xampp for linux you may also follow this video