Difference between revisions of "Joomla/C2/Installing-Joomla-on-a-local-server/English"
Nancyvarkey (Talk | contribs) |
Nancyvarkey (Talk | contribs) |
||
Line 39: | Line 39: | ||
|| You can either install these separately or together, using a web-server distribution like | || You can either install these separately or together, using a web-server distribution like | ||
*'''XAMPP''' | *'''XAMPP''' | ||
− | *''' | + | *'''WAMP''' or |
− | *''' | + | *'''LAMPP''' |
Line 54: | Line 54: | ||
|| For this tutorial, we will be using: | || For this tutorial, we will be using: | ||
*'''Ubuntu''' 14.04 | *'''Ubuntu''' 14.04 | ||
− | *'''Joomla''' | + | *'''Joomla''' 3.4.1 |
− | *'''Apache''', '''MySQL''' and '''PHP''' obtained through '''XAMPP''' | + | *'''Apache''', '''MySQL''' and '''PHP''' obtained through '''XAMPP''' 5.5.19 |
|- | |- | ||
Line 74: | Line 74: | ||
|- | |- | ||
− | || | + | || Enter the '''administrative''' password at the prompt. |
− | || | + | || Enter the '''administrative''' password when prompted and press '''Enter'''. |
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|| '''Switch to browser''' http://localhost | || '''Switch to browser''' http://localhost | ||
Line 91: | Line 86: | ||
|| Select '''English''' | || Select '''English''' | ||
− | || | + | || For the very first time of installation, you have to select language. |
− | So, here let us select '''English''' | + | So, here let us select '''English'''. |
|- | |- | ||
Line 102: | Line 97: | ||
|- | |- | ||
− | || Type '''Ctrl+F''' | + | || Type '''Ctrl+F''' >> type '''DOCUMENT_ROOT''' in the search window >> Press '''Enter''' |
|| Now press '''Ctrl + F''' keys and search for '''DOCUMENT underscore ROOT.''' | || Now press '''Ctrl + F''' keys and search for '''DOCUMENT underscore ROOT.''' | ||
|- | |- | ||
− | || | + | || Point to '''"Apache Environment".''' |
− | || It will be found in the table ''' | + | || It will be found in the table '''"Apache Environment".''' |
|- | |- | ||
Line 135: | Line 130: | ||
'''http://joomla.org/''' | '''http://joomla.org/''' | ||
− | || First | + | || First let us download '''Joomla'''. |
So, go to the official website of '''Joomla''', which is '''www dot joomla dot org'''. | So, go to the official website of '''Joomla''', which is '''www dot joomla dot org'''. | ||
Line 142: | Line 137: | ||
|| Point to the '''Download''' button >>Click on it. | || Point to the '''Download''' button >>Click on it. | ||
− | || | + | || Click on '''Download''' button on this webpage. |
|- | |- | ||
|| | || | ||
− | || | + | || We will be redirected to another webpage. |
|- | |- | ||
− | || Point to the '''“Download Joomla | + | || Point to the '''“Download Joomla 3.4.1 Full Package, ZIP”'''>>Click on it. |
− | || Here, | + | || Here, we see a button that says '''“Download Joomla 3.4.1 Full Package, ZIP”'''. |
Line 165: | Line 160: | ||
− | + | This will download '''Joomla.''' | |
|- | |- | ||
|| | || | ||
− | || At the time of making of this tutorial, latest stable version is | + | || At the time of making of this tutorial, latest stable version is 3.4.1. |
+ | |||
+ | |||
+ | The content covered in this tutorial is suitable for 3.4.x version. | ||
|- | |- | ||
Line 180: | Line 178: | ||
|| '''Extracting Joomla''' | || '''Extracting Joomla''' | ||
− | || | + | || Next, we have to create a new folder named '''joomla''' in '''DOCUMENT underscore ROOT'''. |
|- | |- | ||
− | || | + | || In the '''terminal''' window, type |
'''sudo mkdir /opt/lampp/htdocs/joomla''' | '''sudo mkdir /opt/lampp/htdocs/joomla''' | ||
Line 195: | Line 193: | ||
|- | |- | ||
− | || | + | || Type '''admin''' password |
+ | |||
+ | || Enter your '''admin''' password, if prompted. | ||
− | + | You will have to do so whenever prompted, as we proceed. | |
|- | |- | ||
Line 210: | Line 210: | ||
|- | |- | ||
− | || | + | || Move the cursor on '''Downloads''' in the '''Home''' folder >> see the tool-tip. |
|| Move the cursor on '''Downloads''' folder in the '''Home''' folder and see the tool-tip. | || Move the cursor on '''Downloads''' folder in the '''Home''' folder and see the tool-tip. | ||
Line 216: | Line 216: | ||
On my system it is, | On my system it is, | ||
− | '''slash home slash | + | '''slash home slash fossee slash Downloads''' |
|- | |- | ||
− | || Switch to the | + | || Switch to the '''terminal''' >> Type |
− | Type | + | '''cd /home/fossee/Downloads''' |
− | '''cd /home/Downloads''' | + | |
|| So, in the '''terminal''', I will type the command: | || So, in the '''terminal''', I will type the command: | ||
− | '''cd space slash home slash | + | '''cd space slash home slash fossee slash Downloads''' |
and press '''Enter'''. | and press '''Enter'''. | ||
+ | |||
You will have to type the path shown on your system. | You will have to type the path shown on your system. | ||
Line 234: | Line 234: | ||
|| | || | ||
− | || Now we will extract the contents of the '''zip''' file | + | || Now we will extract the contents of the '''zip''' file into the '''joomla''' folder. |
|- | |- | ||
Line 240: | Line 240: | ||
'''sudo unzip Joomla_2.5.22-Stable-Full_Package.zip -d /opt/lampp/htdocs/joomla''' | '''sudo unzip Joomla_2.5.22-Stable-Full_Package.zip -d /opt/lampp/htdocs/joomla''' | ||
− | || At the command prompt, type | + | || At the command prompt, type: |
− | '''sudo space unzip space''' name of the '''Joomla''' file | + | '''sudo space unzip space''' name of the '''Joomla''' file '''space hyphen d space slash opt slash lampp slash htdocs slash joomla slash''' |
and press '''Enter.''' | and press '''Enter.''' | ||
|- | |- | ||
− | || Type '''cd /opt/lampp/htdocs''' | + | ||Press '''Ctrl + L''' |
+ | ||Let me clear the '''terminal''' by pressing '''Ctrl + L'''. | ||
+ | |||
+ | |- | ||
+ | || Go to '''DOCUMENT_ROOT'''>> Type '''cd /opt/lampp/htdocs''' | ||
+ | |||
+ | || To specify the permissions of the folder '''joomla''', we will go to '''DOCUMENT underscore ROOT'''. | ||
− | |||
Type, | Type, | ||
'''cd space slash opt slash lampp slash htdocs''' | '''cd space slash opt slash lampp slash htdocs''' | ||
+ | |||
and press '''Enter.''' | and press '''Enter.''' | ||
Line 258: | Line 264: | ||
|| Type '''ls''' | || Type '''ls''' | ||
− | || | + | || To list the files in this directory, type '''ls''' and press '''Enter.''' |
|- | |- | ||
Line 265: | Line 271: | ||
|| Let's give '''read, write''' and '''execute permissions''' to the '''owner''' and the '''group members''' of '''joomla''' folder. | || Let's give '''read, write''' and '''execute permissions''' to the '''owner''' and the '''group members''' of '''joomla''' folder. | ||
− | |||
− | |||
− | + | So type - | |
'''sudo space chmod space 777 space joomla slash''' | '''sudo space chmod space 777 space joomla slash''' | ||
Line 282: | Line 286: | ||
We will do this in '''phpmyadmin'''. | We will do this in '''phpmyadmin'''. | ||
+ | |||
+ | |||
'''Phpmyadmin''' is the graphical user interface for '''MySQL'''. | '''Phpmyadmin''' is the graphical user interface for '''MySQL'''. | ||
Line 289: | Line 295: | ||
|- | |- | ||
− | || Switch to the browser and type http://localhost | + | || Switch to the browser and type '''http://localhost''' |
||Switch to the browser and type | ||Switch to the browser and type | ||
Line 299: | Line 305: | ||
||On the '''XAMPP''' page, in the menu on the left, under '''Tools''', click on '''phpmyadmin'''. | ||On the '''XAMPP''' page, in the menu on the left, under '''Tools''', click on '''phpmyadmin'''. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
Line 330: | Line 325: | ||
||Enter a '''password''' in the '''Password''' text-box, say '''joomla123'''. | ||Enter a '''password''' in the '''Password''' text-box, say '''joomla123'''. | ||
+ | |||
You can enter any password of your choice. | You can enter any password of your choice. | ||
Line 341: | Line 337: | ||
||Point to the option | ||Point to the option | ||
− | || | + | ||Please do not respond to '''Generate Password''' prompt for now. |
|- | |- | ||
Line 364: | Line 360: | ||
||Make a note of the '''username, password''' and '''database''' names. | ||Make a note of the '''username, password''' and '''database''' names. | ||
− | These will be required later to complete the '''Joomla''' | + | These will be required later to complete the '''Joomla''' installation. |
|- | |- | ||
Line 373: | Line 369: | ||
*'''Database''' name and '''username''' need not be the same. | *'''Database''' name and '''username''' need not be the same. | ||
*To have different names, you can first create the '''database''' and then create a user for that '''database'''. | *To have different names, you can first create the '''database''' and then create a user for that '''database'''. | ||
− | *Also, as per naming convention | + | *Also, as per naming convention, '''username''' should not have any spaces in between. |
|- | |- | ||
Line 385: | Line 381: | ||
− | And we have extracted '''Joomla''' into the folder '''joomla''' in '''DOCUMENT | + | And we have extracted '''Joomla''' into the folder '''joomla''' in '''DOCUMENT underscore ROOT'''. |
|- | |- | ||
Line 396: | Line 392: | ||
Type '''http colon double slash localhost slash joomla''' | Type '''http colon double slash localhost slash joomla''' | ||
− | + | ||
+ | Please note that '''joomla''' is the folder into which we extracted. | ||
Line 407: | Line 404: | ||
|| | || | ||
− | ||By default, we are in step number one, that is, ''' | + | ||By default, we are in step number one, that is, '''Configuration'''. |
'''Joomla''' can be installed in multiple languages. | '''Joomla''' can be installed in multiple languages. | ||
Line 422: | Line 419: | ||
||Click on '''Next''' button. | ||Click on '''Next''' button. | ||
− | ||We are | + | ||We are now on the '''Main Configuration''' page. |
− | + | Enter the sitename that you want your website to have. | |
− | + | I will have it as '''"Digital India".''' | |
|- | |- | ||
− | || | + | || Type '''"priyanka@spoken-tutorial.org"''' in '''Email id'''. |
+ | ||'''Email-id''' is a compulsory field. | ||
− | |||
+ | Please enter a valid email-id here. | ||
− | Please | + | I will give the id as '''"priyanka@spoken-tutorial.org"''' |
+ | |||
+ | |- | ||
+ | ||Type '''admin''' as username. | ||
+ | ||Next, enter the '''username''' that you want for the '''Joomla Administrative''' page. | ||
+ | |||
+ | I will enter the username as '''admin'''. | ||
+ | |||
+ | |- | ||
+ | ||Type '''admin123''' as password. | ||
+ | ||Enter a password for the '''Joomla Administrator.''' | ||
+ | |||
+ | I will enter '''admin123''' as my admin password. | ||
+ | |||
+ | Re-type the password in the confirmation box. | ||
+ | |||
+ | |- | ||
+ | ||Select '''No''' option for '''Site Offline (Yes/No)''' | ||
+ | |||
+ | ||Please select '''No''' option for '''Site Offline (Yes/No)'''. | ||
+ | |||
+ | The site can be set online later on through the global configuration. | ||
+ | |||
+ | |||
+ | |- | ||
+ | || | ||
+ | ||We will leave the description blank. | ||
+ | |||
+ | |- | ||
+ | ||Click on '''Next''' | ||
+ | ||Now, click on the '''Next''' button at the top-right. | ||
|- | |- | ||
Line 444: | Line 472: | ||
||So, we come to the '''Database Configuration''' page now. | ||So, we come to the '''Database Configuration''' page now. | ||
− | Select ''' | + | Select '''"MySQL"''' as the '''Database Type'''. |
|- | |- | ||
||Type '''localhost''' | ||Type '''localhost''' | ||
− | ||Enter ''' | + | ||Enter '''"localhost"''' as the '''Host Name''' |
|- | |- | ||
Line 496: | Line 524: | ||
|- | |- | ||
|| | || | ||
+ | ||We are now in the '''Finalisation and Overview''' page. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | ||''' | + | ||Point to the button '''Install Sample data''' |
− | || | + | ||In the '''Finalisation''' section, locate ''' Install Sample Data'''. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | By default, one of the radio buttons will be selected. | |
− | |||
+ | The options listed here, will install some sample articles, menus, plugins etc. on the site. | ||
− | |||
− | + | These are useful for a beginner to understand ''' Joomla'''. | |
|- | |- | ||
− | || | + | ||Click''' None''' |
− | || | + | ||You may choose one of the options, when you are installing ''' Joomla''' for the first time. |
− | I will | + | I do not wish to do so. So, I will choose the '''None''' option. |
|- | |- | ||
− | || | + | || |
− | + | ||Scroll the page below and check the '''Overview''' information displayed here. | |
− | || | + | |
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | || | + | ||Click on the '''Install''' button. |
+ | ||Now click on the '''Install''' button on the top-right. | ||
− | + | This step may take some time. | |
− | + | ||
|- | |- | ||
− | || | + | ||Point to the message |
+ | ||Now we will see the message '''"Congratulations! Joomla is now installed"'''. | ||
− | |||
|- | |- | ||
− | ||Point to | + | ||Point to ''' Remove Installation Folder ''' button. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
||Under the message, there is a ''' Remove Installation Folder ''' button. | ||Under the message, there is a ''' Remove Installation Folder ''' button. | ||
Line 592: | Line 573: | ||
|- | |- | ||
|| | || | ||
+ | ||If we get an error in this step, we must remove the folder manually. | ||
− | |||
− | I got an error because I am not logged-in as ''' linux superuser''' | + | I got an error because I am not logged-in as ''' linux superuser'''. |
+ | |||
+ | |||
+ | I don't have ''' delete permission''' either. | ||
|- | |- | ||
Line 603: | Line 587: | ||
Type '''cd joomla ''' | Type '''cd joomla ''' | ||
− | + | ||So, now let us switch to the ''' terminal.''' | |
+ | We will delete the installation folder manually from the '''joomla''' folder. | ||
− | |||
− | + | This is mandatory. So please do not skip this step. | |
− | + | Type '''cd joomla'''. | |
− | '''cd joomla'''. | + | |
− | + | |- | |
− | Then type | + | ||Type ''' sudo rm -rf installation/''' |
+ | ||Then type | ||
'''sudo space rm space hyphen rf space installation slash. ''' | '''sudo space rm space hyphen rf space installation slash. ''' | ||
Press '''Enter'''. | Press '''Enter'''. | ||
+ | |||
+ | Enter the '''administrative password''', when prompted. | ||
|- | |- | ||
Line 633: | Line 619: | ||
− | + | ||
+ | We have reached our website! | ||
|- | |- | ||
Line 643: | Line 630: | ||
||Type ''' localhost/joomla/administrator/''' | ||Type ''' localhost/joomla/administrator/''' | ||
− | || | + | ||Let's go to the '''administrator page ''' from where we can administer our website. |
Line 657: | Line 644: | ||
− | ||Login with | + | ||Login with the '''administrator ''' login and password. |
Line 665: | Line 652: | ||
|| | || | ||
− | ||As | + | ||As our website is installed, we have the ''' administrator access.''' |
|- | |- | ||
Line 723: | Line 710: | ||
|| | || | ||
− | ||This | + | ||This script has been contributed by Priyanka and this is Ashwini Patil from IIT Bombay signing off. Thank you for joining. |
|- | |- | ||
|} | |} |
Latest revision as of 11:27, 2 May 2015
Visual Cue | Narration |
Show Slide 1
Welcome to the Spoken Tutorial on Installing Joomla on local server |
Welcome to the Spoken Tutorial on Installing Joomla on local server |
Show Slide 2
Learning Objectives
|
In this tutorial, we will learn to:
|
Show Slide 3
Systems Prerequisites |
To install Joomla in your system, you should have a system supporting:
Please note that MySQL 6 and higher versions are currently not supported. |
Show Slide 4
Installation of Apache, MySQL and PHP |
You can either install these separately or together, using a web-server distribution like
|
Show Slide 5
Versions and OS |
For this tutorial, we will be using:
|
First of all, let me check if XAMPP is installed on my machine. | |
Open terminal by pressing Ctrl+T | Lets open the terminal by pressing Ctrl + Alt + T keys.
Alternately, click on the “Terminal” icon in the launcher bar. |
Type sudo /opt/lampp/lampp start | Start XAMPP by typing sudo space slash opt slash lampp slash lampp space start |
Enter the administrative password at the prompt. | Enter the administrative password when prompted and press Enter. |
Switch to browser http://localhost | Now, switch to the browser, and type http colon double slash localhost |
Select English | For the very first time of installation, you have to select language.
|
In the left menu >> click on phpinfo() | In the menu on the left of the screen, click on phpinfo(). |
Type Ctrl+F >> type DOCUMENT_ROOT in the search window >> Press Enter | Now press Ctrl + F keys and search for DOCUMENT underscore ROOT. |
Point to "Apache Environment". | It will be found in the table "Apache Environment". |
Value of DOCUMENT underscore ROOT will be either
| |
Point or highlight /opt/lampp/htdocs. | In my machine, it is slash opt slash lampp slash htdocs. |
Please note this path.
We are going to install Joomla here. | |
Download Joomla (Browser) | First let us download Joomla.
So, go to the official website of Joomla, which is www dot joomla dot org. |
Point to the Download button >>Click on it. | Click on Download button on this webpage. |
We will be redirected to another webpage. | |
Point to the “Download Joomla 3.4.1 Full Package, ZIP”>>Click on it. | Here, we see a button that says “Download Joomla 3.4.1 Full Package, ZIP”.
|
Click on Save File >> then on OK | Immediately, a small dialog box will open.
Here click on Save File option and then click on OK.
|
At the time of making of this tutorial, latest stable version is 3.4.1.
| |
Switch to the Downloads folder >> Point to the file | I have already downloaded this file and it is in my Downloads folder. |
Extracting Joomla | Next, we have to create a new folder named joomla in DOCUMENT underscore ROOT. |
In the terminal window, type
sudo mkdir /opt/lampp/htdocs/joomla |
Go to the terminal window.
So, at the prompt, type sudo space mkdir space slash opt slash lampp slash htdocs slash joomla and press Enter. |
Type admin password | Enter your admin password, if prompted.
You will have to do so whenever prompted, as we proceed. |
We now change directory to Downloads. | |
Click on the folder window. | To see the required path, come to the folder window. |
Move the cursor on Downloads in the Home folder >> see the tool-tip. | Move the cursor on Downloads folder in the Home folder and see the tool-tip.
|
Switch to the terminal >> Type
cd /home/fossee/Downloads |
So, in the terminal, I will type the command:
cd space slash home slash fossee slash Downloads and press Enter.
|
Now we will extract the contents of the zip file into the joomla folder. | |
Type
sudo unzip Joomla_2.5.22-Stable-Full_Package.zip -d /opt/lampp/htdocs/joomla |
At the command prompt, type:
sudo space unzip space name of the Joomla file space hyphen d space slash opt slash lampp slash htdocs slash joomla slash and press Enter. |
Press Ctrl + L | Let me clear the terminal by pressing Ctrl + L. |
Go to DOCUMENT_ROOT>> Type cd /opt/lampp/htdocs | To specify the permissions of the folder joomla, we will go to DOCUMENT underscore ROOT.
and press Enter. |
Type ls | To list the files in this directory, type ls and press Enter. |
Type sudo chmod 777 joomla/ | Let's give read, write and execute permissions to the owner and the group members of joomla folder.
and press Enter. |
Show Slide 6:
Creating database |
Before we go ahead with the installation, we need to create a database for Joomla.
Phpmyadmin is the graphical user interface for MySQL.
|
Switch to the browser and type http://localhost | Switch to the browser and type
http colon double slash localhost |
Creating Database:
Click on phpmyadmin |
On the XAMPP page, in the menu on the left, under Tools, click on phpmyadmin. |
Click on Users >> click on Add User | Click on Users in the top menu and then click on Add User. |
Type Joomla-1 | Enter a username, say, Joomla hyphen 1 |
Select Local from the dropdown | From Host dropdown list, select Local. |
In Password textbox >> Type joomla123 | Enter a password in the Password text-box, say joomla123.
|
Re-type joomla123 | Enter the same password in the Re-type textbox. |
Point to the option | Please do not respond to Generate Password prompt for now. |
Point to Create a database with the same name and grant all privileges | Under Database for user, we can see the option
Create a database with the same name and grant all privileges. |
Click on it >> Click on Go button | We will check that option and click the button Go at the bottom right of this page. |
This will create a new database with the name Joomla hyphen 1 and with a user Joomla hyphen 1. | |
Make a note of the username, password and database names.
These will be required later to complete the Joomla installation. | |
Show Slide 7:
Rules and Naming Conventions |
Please note:
|
Show Slide 8:
Prerequisites completed |
We are now ready to install Joomla.
|
(Switch to browser) | Go to the browser.
Type http colon double slash localhost slash joomla
|
Press Enter | Press Enter and you will see the Joomla installation page. |
By default, we are in step number one, that is, Configuration.
Joomla can be installed in multiple languages. | |
Select English' >> click on Next button. | We will select English (United states) here.
|
Click on Next button. | We are now on the Main Configuration page.
Enter the sitename that you want your website to have.
|
Type "priyanka@spoken-tutorial.org" in Email id. | Email-id is a compulsory field.
I will give the id as "priyanka@spoken-tutorial.org" |
Type admin as username. | Next, enter the username that you want for the Joomla Administrative page.
I will enter the username as admin. |
Type admin123 as password. | Enter a password for the Joomla Administrator.
I will enter admin123 as my admin password. Re-type the password in the confirmation box. |
Select No option for Site Offline (Yes/No) | Please select No option for Site Offline (Yes/No).
The site can be set online later on through the global configuration.
|
We will leave the description blank. | |
Click on Next | Now, click on the Next button at the top-right. |
Database (browser):
Select MySQL from DropDownList |
So, we come to the Database Configuration page now.
Select "MySQL" as the Database Type. |
Type localhost | Enter "localhost" as the Host Name |
Point to username, password and database name. | Now, we have to enter the username, password and database names.
|
Type Joomla-1 | I will enter Joomla hyphen 1 as the username.
|
Type joomla123 | Then joomla123 as the password
|
Type Joomla-1 | and Joomla hyphen 1 as the database name.
|
Leave the Table Prefix as it is.
| |
Select Backup >> Click Next | In Old Database Process, select Backup.
|
We are now in the Finalisation and Overview page.
| |
Point to the button Install Sample data | In the Finalisation section, locate Install Sample Data.
|
Click None | You may choose one of the options, when you are installing Joomla for the first time.
|
Scroll the page below and check the Overview information displayed here. | |
Click on the Install button. | Now click on the Install button on the top-right.
This step may take some time. |
Point to the message | Now we will see the message "Congratulations! Joomla is now installed".
|
Point to Remove Installation Folder button. | Under the message, there is a Remove Installation Folder button.
|
If we get an error in this step, we must remove the folder manually.
I got an error because I am not logged-in as linux superuser.
| |
Switch to terminal.
|
So, now let us switch to the terminal.
We will delete the installation folder manually from the joomla folder.
|
Type sudo rm -rf installation/ | Then type
sudo space rm space hyphen rf space installation slash. Press Enter. Enter the administrative password, when prompted. |
Switch to browser
Type localhost/joomla
|
After successful removal of the installation folder, switch to the browser.
We have reached our website! |
Since I did not install sample data, I do not see menus, articles etc., right now. | |
Type localhost/joomla/administrator/ | Let's go to the administrator page from where we can administer our website.
Press Enter. |
Type admin
Type admin123
|
Login with the administrator login and password.
|
As our website is installed, we have the administrator access. | |
Show Slide 9:
(Summary) |
Let us summarize.
In this tutorial, we learnt to:
|
Show Slide 10:
|
Let's come to the assignment now.
|
Show Slide 11:
(About Spoken Tutorial Project) |
The video at this link, summarizes the Spoken Tutorial project.
If you do not have good bandwidth, you can download and watch it. |
Show Slide 12:
(About Spoken Tutorial Project) Slide will be as given earlier |
The Spoken Tutorial Project Team
For more details, please write to us. |
Show Slide 13:
(Acknowledgement)
|
Spoken Tutorial Project is supported by NMEICT, MHRD, Government of India. |
This script has been contributed by Priyanka and this is Ashwini Patil from IIT Bombay signing off. Thank you for joining. |