How to install Joomla on an Ubuntu localhost

Dec 20th, 2009 | By anuradham | Category: FOSS, linux, tricks, ubuntu


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

If you have any kind of computer problem then use our Computer Forums!

Related posts:

  1. How to Install Drupal in Ubuntu localhost the easy way Drupal is one of the famous content management systems...
  2. How to Install software in Ubuntu A decade ago, installing software in Unix based system was...
  3. Download accelerator for Ubuntu GNU/Linux Shell You might have used may number of Download accelerators in...
  4. How to use GoogleTalk in Ubuntu Many of you guys might not have tried Ubuntu because...
  5. How to setup a 3G connection in Ubuntu with Huawei E220 Couple of years back, connecting your mobile Internet device with...

Related posts brought to you by Yet Another Related Posts Plugin.

Tags: , , , , ,

7 comments
Leave a comment »

  1. [...] 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. [...] See the rest here: How to install Joomla on an Ubuntu localhost | Computer Talks |Fix … [...]

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

  6. [...] 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. [...] 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 Comment