Add to Google

Installing Joomla On Local Computer(localhost) - installing and managing joomla on your local host

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by ragav.bpl on Jan 2 2009, 08:39 AM. (Line Breaks Removed)
Yaar dude you are awsome this tutorial is the best way to have a virtual server environment on your home computer....I would like to tell you that not only JOOMLA you can test any php script you like on the software :WAMP: ..... I am using this software since 1 year and am very happy with it i have tested almost all the bulletin boards available free or money oriented and it worked like charm thi... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Tutorials

Installing Joomla On Local Computer(localhost) - installing and managing joomla on your local host

xpress
Installing Joomla on local computer (localhost)


First to install joomla you need a webserver, php and mysql installed on your computer. If you don't have these installed..download WAMP (Windows Apache MySql PHP) server and install it. I am writing this tutorial using WAMP
as my server. But these steps are almost same in all other servers.

Follow the steps below

1. First you need joomla package. Goto joomla website and download the latest version of joomla.
Follow this link download joomla. This tutorial is based on Joomla 1.5.x

2. unzip(extract) the file and rename it to joomla.

3. Then place it on www directory of the WAMP server.(or htdocs directory if you are using XAMPP server)

4. Now type http://localhost/joomla on your browser address bar. You'll see the installation page of joomla...

5. select your language and Click on next.

6. you'll see a pre-installation check page. Click Next.

7. You'll see the licence page. Click Next.

8. Database(MySQL) configuration page.

Database type: leave it mysql

hostname: type localhost

username: type root (or your mysql username)

password: type password of your mysql account (the default is empty for root)

Database name: type joomla (or anything you wish)

(Now the database joomla will be automatically created in your mysql.)

Click Next

9. Ftp configuration page. Leave it and click Next.

10.Main configuraion page.

Site Name: anything you like

Your email: type your email address.

Admin password:type any password you like (this will be the password for the admin account)

confirm password: type the above password again.

Next, click on Install Sample Data. You'll see Sample data installed successfully.

Click Next.

11. Finish.... Now go to "joomla" folder in www directory and delete the "installation" folder. This is for security reasons.

Note: If you don't delete the installation folder, you can't access joomla home page.

Success...Now type http://localhost/joomla in your browser and you'll see the joomla home page.


Editing the content..
Login as the administrator.
To login as administrator go to http://localhost/joomla/administrator.

You'll see a login page. Type "admin" as username and type in your admin password you used at registration. Now you will see administrator page. Now you can edit cms, install templates and extesnions etc...

Installing Templates and extensions:
In the administrators page, move your mouse over exentsions link, you'll see a drop down menu. Select "install/uninstall". Extension manager will open. You can upload templates and extensions from this page.

After installing a template....go to Extensions at the top....and click on Template Manager from the drop down menu. Now select the template you install and click on "default" to make it the default template.






 

 

 


Comment/Reply (w/o sign-up)

Mr Inviso
I'm getting this error during the database creationphase of the install.


Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.


Do you have any ideas?

I'm using WampServer Version 2.0. Also the Wamp icon in the task bar says that Wamp is offline, even though I;ve restarted all services. and turned off Avast(my anti virus software)

Comment/Reply (w/o sign-up)

Mr Inviso
opps.....sad.gif


Sorry to bother you express. I didn't follow your instructions to the tee. I put a password for "root" while creating the data base. I'm used to doing this online and creating the data base(using cpanel mysql). This is my first time using wamp and I'm sure I'll be back later with more blunders. Have a great day. And thanks again.

Comment/Reply (w/o sign-up)

xpress
QUOTE(Mr Inviso @ Dec 2 2008, 06:14 PM) *
I'm using WampServer Version 2.0. Also the Wamp icon in the task bar says that Wamp is offline, even though I;ve restarted all services. and turned off Avast(my anti virus software)

No need to worry about that offline mode in WAMP server. Offline mode means only you can access your web server.
While online mode means any one in the internet can access your server(means working as a real webserver).

Any way did your problem solved? or do you need any further assistance?

Comment/Reply (w/o sign-up)

erk
Props !! nice tut. keep them comming

Comment/Reply (w/o sign-up)

juwan
QUOTE (Mr Inviso @ Dec 2 2008, 08:44 AM) *

I'm getting this error during the database creationphase of the install.


Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.


Do you have any ideas?

I'm using WampServer Version 2.0. Also the Wamp icon in the task bar says that Wamp is offline, even though I;ve restarted all services. and turned off Avast(my anti virus software)
go to php.ini and edit :
CODE
session.save_path =

to
CODE
session.save_path = /tmp

 

 

 


Comment/Reply (w/o sign-up)

veerumits
Dear i install joomla from my wamp (localhost), it install without error. and work fine as i see.
but i have problem with how we use all feature of joomla.because i dont have idea of joomla could anybody guide me. by reading help . i create one article and published it but what i see that the header and footer and powered by is not change what i saw in template it was as it is. could it possible. that header and footer and powered by statement changed.

Comment/Reply (w/o sign-up)

juwan
QUOTE (veerumits @ Dec 5 2008, 07:49 PM) *

Dear i install joomla from my wamp (localhost), it install without error. and work fine as i see.
but i have problem with how we use all feature of joomla.because i dont have idea of joomla could anybody guide me. by reading help . i create one article and published it but what i see that the header and footer and powered by is not change what i saw in template it was as it is. could it possible. that header and footer and powered by statement changed.

you have joomla 1.5.x ? go to Extensions / Template manager / choose u template, press edit, after press botton edit HTML

Comment/Reply (w/o sign-up)

(G)Mike
Hi, I am using xampp 1.6.1 as localhost. I was following your instruction but I got problem at step 8: Database(MySQL) configration page.

I did exactly what you wrote and also name joomla for database name but when I click next it say ERROR:

Unable to connect to the database: could not connect to MySQL.

I did check MySQL and apache still running so I go to myphpadmin and create joomla database and come back to step 8 but still the same problem.

I import joomla.Sql from instalation directory but nothing change, still cannot connect to database..

Can you help me please?

Thanks for your time.

-reply by Mike

Comment/Reply (w/o sign-up)

xpress
QUOTE ((G)Mike @ Dec 11 2008, 02:11 PM) *
Hi, I am using xampp 1.6.1 as localhost.
I was following your instruction but I got problem at step 8: Database(MySQL) configration page.
<p>I did exactly what you wrote and also name joomla for database name but when I click next it say ERROR:</p>
<p>Unable to connect to the database: could not connect to MySQL.</p>

-reply by Mike


Well...What is your mysql username? Is it root? or something else? If you are using a different user account for MySQL then you have to enter that username instead of root in step 8. And also check your password to connect your database.. you have to enter the exact username and password you are using to connect mysql... use root and root account's password, only if you are using root as your defalut account....still having problem? post the exact error here smile.gif

Comment/Reply (w/o sign-up)

Latest Entries

ragav.bpl
Yaar dude you are awsome this tutorial is the best way to have a virtual server environment on your home computer....

I would like to tell you that not only JOOMLA you can test any php script you like on the software :WAMP: ..... happy.gif

I am using this software since 1 year and am very happy with it i have tested almost all the bulletin boards available free or money oriented and it worked like charm this saves the bandwidth of the internet connection as you can make changes on the computer files first and then update the file to the server

Because when you edit the file directly from server it first gets downloaded and then it again gets uploaded(waste of bandwidth).....

Every try different php scripts available on internet have a virtual network on your computer tooo......

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. wamp joomla ftp configuration - 32.73 hr back. (1)
  2. apache error during joomla install - 50.03 hr back. (1)
  3. install joomla to computer - 64.15 hr back. (1)
  4. installing joomla on local host - 75.75 hr back. (1)
  5. zymic joomla install - 85.10 hr back. (1)
  6. installing wamp in another partition - 131.26 hr back. (1)
  7. large apache slots joomla - 184.58 hr back. (1)
  8. joomla local hosting - 203.43 hr back. (1)
Similar Topics

Keywords : installing, joomla, local, computer, localhost, installing, managing, joomla, local, host

  1. Shadow_x21 Tutorial Includes: Remote Shutdown
    and Local Shutdown (8)
  2. Installing Apache And Php
    Need help? (2)
    First of all you will need Apache httpd server. Go to this link for download And then follow the
    images to help you. 1. Go to the link and scroll down to find this bit. Then download. 2.
    Continue through the process. 3. When it is completed the installation you may have found this in
    your start menu. 4. Go in to "Configure Apache Server" and click "Test Configuration" 5. If all
    goes well, ms dos should close within a second. 6. Now to install php. 7. Go to this link and
    follow the image. 8. Just click the installer as you will not need most of the func....
  3. Installing Software Using Adept
    (0)
    I'm hoping this will be the first of a few Linux tutorials I write. I have been asked by a few
    people recently about how to get software for Linux. They are used to going down to PC World and
    picking up a CD, putting that in the PC and installing. With Linux that is not how new software is
    obtained, and this is my attempt to explain how to get new software onto your Linux machine. I use
    KDE, so this is based around Adept, but it is fairly similar if you use Synaptic or something else.
    OK, open up Adept. There are a variety of ways to do that, but the easiest is to ....
  4. Installing Glut To Dev
    (3)
    Hello, before I came to Trap17 I had a series of GLUT programming tutorials at astahost. Since then
    I have moved here and wanted to continue the series. As I am told I cannot just repost the
    tutorials here so I will put them into quotes until I start making new tutorials. I hope everyone
    will enjoy the tutorials I bring to this community. Ok to get started. Below are some instructions
    on installing GLUT, the tool we will be using to program in my tutorials. This was actually given
    to me back when I had a programming site and James deserves full credit for this tuto....
  5. Installing Mediawiki
    (6)
    So you want to have your own Wiki, huh? It is not difficult and it will not require a lot
    of effort. What you need: A web server (Preferably Apache, also runs on IIS and lighttpd)
    PHP plugin for Apache. MySQL or PostGreSQL(However, MySQL is HIGHLY recommended!). You can't
    install version 1.8.2 here on Trap17 as you need PHP version 5.0 or later, and in T17 you have PHP
    version 4.4.4! However, you can install it here with version 1.6.8! On a side note, MediaWiki is
    the Wiki software used by Wikipedia, Uncyclopedia and others. Let's get thi....
  6. Fast Template Design In Joomla Cms
    Basic knowlege of Html needed (2)
    Joomla is one of the most powerfull CMS sistems around. It is free under GNU/GPL license and
    everyone with simple knowlege of webdesign (and even without it) can use it for it's website.
    For now the only way i know on how to design a template in joomla is by using Dreamweaver and Joomla
    (joomlasolutions1.0.mxp-dreamweaver.mxp) extension for dreamweaver! Template design in joomla is
    quite simple really. This template that i'll show you is the most simplest of them all, but
    it's enough for one to learn Basics of template design. Further notice is that this is ....
  7. Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2
    Continue the last section which is installing phpMyadmin (0)
    QUOTE phpMyAdmin lets you control you MySQL database from a web browser. Steps: 1. If you
    haven't done so already, download the phpMyAdmin Database Manager - You can download the
    software from the phpMyAdmin website. Be sure to download the phpMyAdmin-2.6.2-pl1.zip file. Save
    the file on your Windows Desktop. ... ... ... Go to for more info. Post Copied. Member
    Banned ....
  8. Installing Multiple Os On Your Pc
    How to do that (0)
    Hi everyone, Ok before I start, I want to let you guys know the meanings of some of the
    terminologies I will be using in here. Boot loader is a small program which the operating system
    places on the selected partition (in most cases, the MBR ). it is a small program that loads the
    operating system into the computer’s memory when the system is booted and also starts the
    operating system. So, before you can think of configuring your PC to have multiple boot, you should
    also know how to play around with 'em boot loaders too. And you should also make sure that y....
  9. Installing Linux On An Ipod
    Ipod Linux Simple Tutorial. (43)
    Installing Linux on an iPod! (Doom, Videos on Nanos, Photos, even 4th Gen or Minis!)
    Recently I've been toying around with my friends iPod Nano, and my 5th Gen Video so, I decided
    to share the wealth. Pre-Tutorial Glossary iPod Linux - The iPod Linux OS we will install.
    Podzilla - Another name for iPod Linux The Apple OS - The orginal menu system on your iPod iPod
    Linux is a firmware installation that will run ALONG with Apples OS. So, you may be thinking, whats
    so great about this iPod Linux? Heres whats so great. Play videos on Nanos, Photos, e....
  10. Installing A Phpbb2 Skin
    Popular forum software (5)
    I tried installing a new phpbb2 forum skin on my website for weeks and didnt get it to work, but
    it's very easy... 1. Upload the skin / template to the templates folder of your phpbb2
    directory (eg. public_html/forums/templates), make sure you don't upload the zip archieve or a
    directory containing the directory where the template is in, the folder you need to upload usually
    contains a lot of .tpl files an images directory a .css file (or multiple) and if your template
    contains an admin re-skin an "admin" folder. NOTE: If you use PHP-Nuke the directory where....
  11. Ldu802 (neocrome)
    Installing LDU802 (3)
    Ok,.....Were here to Install Neocrome LDU802 1.Download LDU802 From Here: (its a .rar file so make
    sure you have WinRAR) 2. Create a MySQL Database in cpanel click on MySQL dataabses then follow
    the instructions to create a Database and a user for it. then create it. 3. Write down the
    parameters (username, passsword, and the database name) and open the ldu802 filder on your computer.
    click on the datas folder then click on config.php and make it open with notepad 4. take your
    username, password, and DB name and put them in the fields below 5.upload all the folders....
  12. Installing Ndstats!
    The greatest Stats script of all time. (4)
    An example of this script cna be found at http://www.own.tc/ (click enter) This is by far the
    BEST stats script and most sites use it! This is a PHP script and requires you to include files
    (Please... don't do iframes!) DOWNLOAD LINK: GO TO www.ZYMIC.com and go to Php scripts>stats
    scripts> and the current version of NDSTATS. Downlaod it and unzip it! Go to your WWW directory and
    create a folder called "ndstats". Then what you need to do is upload all of your files into that
    folder. You all should know how to do that. Then go to the top of the page(s) you wan....
  13. Tutorial: Installing D-shoutbox For Ipb V1.2
    Making your installation even easier (12)
    Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
    developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
    them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
    unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
    stack up to Dean's features, I was determined to make it work. For some, editing your files (to
    the newbie that is) can be difficult, with everything looking like a foreign language (basi....
  14. How To Resize/host Images!
    Very easy to understand! (15)
    For the tutorial I'm ganna be using IrfanVeiw. It's a freeware image program which you can
    use to resize and add effect to image, and a lot more ofcourse. If you don't have IrfanVeiw you
    can get it from download.com or anyother download site. How to resize images: First you gatta
    open Irfanveiw...gee, how obvious. First, open the picture you wish to resize. Second, click the tab
    that says "Image" -=Example=- Third, click "Resize/Resample -=Example=- Finaly, set the Height
    and Width of the picture to what you want, make sure you have "Set New Size" a....
  15. Installing And Connecting To A Ventrilo Server
    (0)
    1: Download The Client From http://www.ventrilo.com/download.php 2: Install The Client 3: Boot
    The Client 4: Click the Arrow Pointing to the Right beside the User Name Tab. 5: Click The New
    Button 6: Type In Your Desired Username And Hit Ok 7: In The Phonetic Spot, type your username
    again 8: Enter A Description If Wanted and click ok 9: Click the arrow pointing to the right
    beside the server tab. 10: click the new button. 11: Type in a name for the server. 12: Type in
    the server address that you are connecting to in the Hostname or IP slot. 13: Click Ok. ....
  16. Tutorial: Installing a new theme into phpBB
    (0)
    Hi. This is a tutorial of how to install a new theme into your phpBB forum Step 1 Download
    the theme you want to install to any location in your computer Step 2a Open your FTP
    program. If you don't have one then proceed to step 2b. Login to your FTP and go to your forums
    root folder. Open the map templates and upload the whole map of the new theme into the map
    /templates with all contents. The result will be this: /templates/new_theme/ Step 2b Login
    to cPanel en go to the file manager Click on the directory icon next to the directories "publ....
  17. Tutorial On Installing Teamspeak
    (0)
    1: Download the Teamspeak Client From ftp://ftp.freenet.de/pub/4players/teamspe...nt_rc2_2032.exe
    2: Navigate to where you downloaded the Teamspeak setup file and Double Click the Exe to start the
    installation. 3: You will be presented with a window asking you to confirm the installation of
    Teamspeak. Click "Yes" here. 4: You will then be presented with the setup program. Click "Next"
    Here. 5: Now you must read the License Agreement and if it is satisfactory select the "I accept the
    agreement" box. Then click "Next". 6: The Default location should be satisfacto....
  18. How To Host Ur Own Site In 2 Mins Php+mysql Needed
    (34)
    QUOTE Run you're own server for testing phpmysql or just to host you're own website or
    for you're friends. -needS: a PC that's all 8) - How to ? download : CODE
    http://server.paehl.de/apache20.zip : 30 seconds Installing:---> 1 minute
    *********************************** Unpack the exe where ever you want. after unpack run
    serverinst.exe and change Servername and your e-mail. Start the following files one time:
    start_apache.cmd --> start apache as service mysql_start_as_service.cmd  --> dito for mysql
    mysql_first_start.cmd  --> start m....
  19. Setting up easyPHP on your local computer
    tutorial (0)
    Someone was asking in the forums about downloading the PHP/mySQL and apache Server
    ..seperately...thst is a real headache ..Well.. today we'll learn how to install and run a
    program called EasyPHP. It is a combination of some common free web server software that put
    together into an easy to install package. Normally to download and install each separate component
    can take a long time, plus be a headache to configure them to work together properly. Please note
    that it's a French Software. It includes: 1. MySQL Database System 2. Apache Web Server 3. PHP
    Programm....

    1. Looking for installing, joomla, local, computer, localhost, installing, managing, joomla, local, host

Searching Video's for installing, joomla, local, computer, localhost, installing, managing, joomla, local, host




advertisement



Installing Joomla On Local Computer(localhost) - installing and managing joomla on your local host