How to install Joomla on an Ubuntu localhost

7 Comments By anuradham

Installing Joomla in an Ubuntu Box is fairly straight forward work. The world has being lot more easier on CMS installations than early days.In our previous CMS tutorial for linux we gave you instructions on how to install drupal in localhost .Follow the steps below to come up with a quick Jommla installation on your local machine where you can test your web application for later production hosting.

Prerequisites:

  • A POSIX (Unix) user account for joomla
  • A database and credentials to the joomla user to manipulate the database
  • Apache web server
  • PHP5
  • MySQL

If you install Joomla in a Ubuntu Server machine, then you’ll have to access the Web-Based installer from a client machine. Else take a web browser and give the installation path and hit enter.

http://localhsot/joomla

This will start the web-based installer.

joomla1

After selecting the language of choice, the next screen will check whether the prerequisites are fulfilled.

joomla2Note: In this screenshot I’ve given root as the database user, but you can create any POSIX user and grant the database access to that user.

Eg:
# create user joomla

#mysql -u root -p

mysql>create database joomla;

mysql>grant all on joomla.* to joomla@localhost identified by ‘user_password’;

mysql>flush privileges;

joomla3

You may have to create a FTP server account for file uploads for Joomla.

You can either have your own FTP server or some third party FTP server. But you need to create a user for joomla and assign it during the setup.

joomla4

Then comes the Main Configuration window, where you have to enter;

  • Site name
  • Default email
  • And install of sample data

Installing sample data will be important for some cases where it helps in restoring the site in case of crash.

joomla5

If all goes smoothly, you can complete the installation and log in to your new Joomla installation by providing the admin username and password of the Joomla that you created.

joomla6

After entering the username and password, you will be loged in to the Joomla Administrator panel. There you an create content, customize themes, install new themes, and do all the joomla administration.

joomla7


Related posts:

  1. How to Install Drupal in Ubuntu localhost the easy way
  2. How to Install software in Ubuntu
  3. Enable Registered Users in Joomla to add content
  4. What is database monitoring application
  5. How to setup a 3G connection in Ubuntu with Huawei E220

Share
FOSS, Tricks, Ubuntu, linux

About the author

The author didnt add any Information to his profile yet

7 Responses to “How to install Joomla on an Ubuntu localhost”

  1. How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … Joom says:

    [...] more from the original source:  How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … By admin | category: joomla | tags: being-lot, cms, easier-on-cms, fairly-straight, [...]

  2. How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … | Just linux! says:

    [...] See the rest here: How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … [...]

  3. How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … Ubuntu Netbook says:

    [...] here to see the original:  How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … By admin | category: ubuntu install | tags: being-lot, cms, easier-on-cms, [...]

  4. How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … Hello CMS - the best cms website says:

    [...] the original:  How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … By admin | category: Joomla, Object, cms | tags: being-lot, cms, fairly-straight, [...]

  5. How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … says:

    [...] here: How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … Рубрика: Разные рубрики | Метки: being-lot, cms, easier-on-cms, [...]

  6. Tweets that mention How to install Joomla on an Ubuntu localhost | Computer Talks |Fix Problems of your PC, How to install Joomla on an Ubuntu localhost - Computer Talks |Fix Problems of your PC -- Topsy.com says:

    [...] This post was mentioned on Twitter by Billy Bonkoski, Daithi. Daithi said: Joomla News: How to install Joomla on an Ubuntu localhost | Computer Talks |Fix …: Installing Joomla in an Ubuntu… http://bit.ly/7u2Fkc [...]

  7. Ubuntu-News – Your one stop for news about Ubuntu » Blog Archive » How to install Joomla on an Ubuntu localhost says:

    [...] CMS tutorial for linux we gave you instructions on how to install drupal in localhost . More here Follow the steps below to come up with a quick Jommla installation on your local machine where you [...]

Leave a Reply

Nothing Found

Sorry, no posts matched your criteria