How to Install Joomla – Manual Installation Guide in Ubuntu

2 min


Joomla is a CMS which is used by millions of websites today. You must have Apache, PHP and MySql setup already in your system before Joomla installation.

Follow these steps to install Joomla in Ubuntu system:

1. Download Joomla 3 from here.
2. Create a folder inside your apache webserver’s root (public_html). Say name of the folder is “my_blog”.
3. Open your web browser and open the installation folder url http://localhost/public_html/my_blog. You would be seeing welcome page for Joomla.
Joomla setup configuration

4. Fill out details as required and click Next.

5. Now you need to fill up the database details. If you have MySql installed you would see ‘MySqli’ in Database Type dropdown. If you see nothing in database type dropdown, then your MySql installation is not correct. Check your MySql installation before continuing.
Joomla Installation Database Details

6. Fill up username and password to connect to MySql database. Enter a database name and table prefix. Click Next.
If you receive an ERROR: Could not connect to the database. Connector returned number: Could not connect to MySQL. – then check you MySql user id and password and try again.
7. In the next FTP screen, do not do anything. You can configure details if you want but I would recommend not to do anything. Press Next.
Joomla Installation FTP

8. Now the Joomla installation will start and you will see a progress.
Joomla Installation Progress
9. After installation is complete, you will see a summary of your installation.
Joomla Installation Complete
10. Go to your server’s home directory and delete the folder named ‘installation’. If you do not do this, Joomla wont let you to visit your blog.

11. Open Browser and visit your blog.
Joomla Blog Live
12. To go to admin panel, type http://localhost/my_blog/administrator.
Joomla Admin Panel

13. Your Joomla installation is now complete!

Joomla logo courtesy by opensourcematters.


Arindam

Creator and author of debugpoint.com. Connect with me via Telegram, đť•Ź (Twitter), or send us an email.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments