0% found this document useful (0 votes)
23 views

Magento Tutorial for Beginners (Part 2) - Tutorial Magento

Uploaded by

JINESH VARIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Magento Tutorial for Beginners (Part 2) - Tutorial Magento

Uploaded by

JINESH VARIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

6/10/2017 Magento Tutorial for Beginners (Part 2) ­ Tutorial Magento

Home About us Privacy Policy Contact Us Write for Us Advertise with us Free Magento ebook Search...

Magento 2 tutorial Magento 1 tutorials » Tutorials For Beginner Magento tutorial for developer Magento SEO Freebies and Giveaway

Home » Tutorials For Beginner » Magento Tutorial for Beginners (Part 2)


to search type and hit enter

Most viewed
Magento Tutorial for Beginners (Part 2)
Part 2: Magento Installation
This article is most helpful for users who have installed Magento before and just need a reminder of the
major steps in the process.

Magento System Requirements


Magento must be run on a Unix-based web server, with PHP 5.2+ and MySQL 4.1.20+. These instructions
assume you have first set up a web server with a standard LAMP stack (Linux, Apache, MySQL, & PHP).

Supported server environment is: Popular Recent Comments Tags

Supported Operating Systems: Linux server


Supported Web Servers: Apache 1.3.x or Apache 2 Top 5 affordable Magento hosting
August 5, 2015
PHP Compatibility: 5.2.0 and above with Safe mode off
MySQL: 4.1.20 and above

10 best multipurpose Magento


For evaluation and development purposes, Magento can be run locally on a PC or Mac using a local LAMP
responsive themes
stack (like XAMPP, WAMP or MAMP). Windows and Mac servers are NOT supported production September 17, 2014
environments, however. Please see the links at the bottom of this document for additional considerations
when installing to your localhost.
Magento Tutorial for Beginners (Part
1) – What is Magento? Why use
MAGENTO?

Installing Magento December 13, 2012

Create new simple magento module


“HelloWorld” in Magento
September 6, 2013
Method 1 (easier, highly recommended for those who’ve just entered Magento world)

Exception printing is disabled by


How to properly install Magento in 5 minutes using Softaculous
default for security reasons – How to
solve
November 8, 2013

Method 2 (normal): Install Magento steps by steps

These instructions document the default installation for Magento. At the end, Magento will be installed Subscribe 259 1,409
To RSS Feed Followers Fans
without sample data to a directory called magento on your web server. There are four main steps covered
here:

Step 1 - Download Magento


Categories
Step 2 - Set file permissions for the Setup Wizard Magento tutorials
Step 3 - Create your store database Magento Extensions
Step 4 - Run the web-based Setup Wizard Magento Themes
All done!
Magento Video Tutorial

Step 1—Download Magento Tutorials For Beginner


Tutorial for developer
Method 1: Download Magento to your computer and FTP it up to your server
Freebies and Giveaway
1. Using a browser, download the latest full release archive file from MagentoCommerce.com Magento ebook
(http://www.magentocommerce.com/download) Magento News
2. On your computer, extract Magento from the downloaded archive. A folder
named magentocontaining all of the Magento files will be created
3. Using an FTP client, upload the extracted magento folder and all its contents to the web root on your
web server (usually public_html) Our partner
Minivps - Best VPS hosting

http://tutorialmagento.com/magento­tutorial­for­beginners­part­2 1/6
6/10/2017 Magento Tutorial for Beginners (Part 2) ­ Tutorial Magento
Method 2: Download Magento directly to your server (requires SSH access)

If you have SSH access to your server, using wget to download the archive directly to your server is much
faster and simpler than Method 1. Subscribe
1. Using SSH, log onto your server and go to the web root directory (usually public_html) Subscribe to our email newsletter.
2. Get the full release archive using the wget command below
3. On your server, extract Magento from the downloaded archive. A directory named magentocontaining Enter your e­mail address
all of the Magento files will be created under public_html

Subscribe
cd publc_html wgethttp://www.magentocommerce.com/downloads/assets/1.4.1.0/magento-
1.4.1.0.tar.gz tar -zxvf magento-1.4.1.0.tar.gz

Recommended Reading
(Replace 1.4.1.0 in the commands above with the desired version number. Current and previous version
numbers can be seen on the Download page on MagentoCommerce.com) Top 5 affordable Magento hosting
August 5, 2015
Step 2—Set file permissions for the Setup Wizard

On your web server, make the directories that the Setup Wizard needs writeable by the web
server 10 best multipurpose Magento
responsive themes
Files & directories that must be writeable are: September 17, 2014

- file: magento/var/.htaccess
Magento Tutorial for Beginners (Part
- directory: magento/app/etc
1) – What is Magento? Why use
- directory: magento/var
MAGENTO?
- all the directories under: magento/media
December 13, 2012

If you are using FTP, set the permissions of each to 777 or check read/write/execute for owner, user and Create new simple magento module
group. If you are using SSH, use the following commands: “HelloWorld” in Magento
September 6, 2013

chmod o+w var var/.htaccess app/etc


chmod -R o+w media Exception printing is disabled by
default for security reasons – How to
solve
November 8, 2013

Step 3—Create your store database

1. Create an empty MySQL database for your store


This step varies by hosting provider and is out of the scope of this document. Consult your System
Administrator or your web host’s support/documentation for instructions on how to do this.
PHPmyAdmin or the MySQL command line are the most commonly used tools/methods for creating
and managing a MySQL database
2. Create a database user with full privileges to the database
3. Make note of the database name (dbname), db user (dbuser), db user password (dbpassword)
4. If you want to load sample data, you must do it now, before you run the setup Wizard in the next step

Step 4—Run the web-based Setup Wizard

1. Using a browser, run the Setup Wizard


Go to your website by domain or IP address
(http://www.yourDomain.com/magento or http://yourIP.0.0.1/magento) and the Setup Wizard will run
automatically
2. In the Setup Wizard, finish configuring your Magento installation

a. License Agreement – Read and accept the terms and conditions


b. Localization (settings can be changed later via the Admin Panel)
Locale – default country $ language
Time zone – default time zone
Default currency

c. Configuration

Database

Host
-localhost

works for most basic installations


Database name
-dbname

form when you created the database


User name
-dbuser

from when you created the database


User Password
-dbpass

http://tutorialmagento.com/magento­tutorial­for­beginners­part­2 2/6
6/10/2017 Magento Tutorial for Beginners (Part 2) ­ Tutorial Magento

form when you created the database

Web access options (will be pre-filled based on your installation, settings can be changed later via the
Admin Panel)

Base URL—for default installation into a magento directory, base URL should
be http://www.yourDomain.com/magento or http://www.yourIP.com/magento. (If you’re installing
Magento locally on PC or Mac, this should be 127.0.0.1/magento–you cannot put “localhost” here
unless you’ve previously set it up in your local hosts file.)
Admin path—default is “admin” (will be appended to base URL to reach Admin Panel)
Skip Base URL Validations Before the Next Step
Use Web Server (Apache) Rewrites
Use Secure URLs

Session Storage Options—Choose file system or database. Most installations should use “file system”
because it’s faster and doesn’t cause the database to grow. But if your site will run on multiple servers,
you should select “database” so that a user’s session data is available regardless of which server his/her
request is served from.

Admin account

Name & contact info for 1st Admin user


Login info for 1st admin user (username & password)
Encryption key—Database encryption key. If you do not provide one, Magento will automatically
generate one. It will be displayed to you and saved in the app/etc/local.xml file.

Magento stores this set up information in the file app/etc/local.xml. If you’d like to run through the Setup
Wizard again you do not have to download all the Magento files again. Just delete the local.xml file and
any files and directories in the var/ directory and go back to http://www.yourDomain.com/magento with
your browser. The Setup Wizard will run automatically again. (Why does this work? The Setup Wizard
writes the values you provide during the setup process to the local.xml file and it will not run if it finds
a local.xml file already. The var folder contains cached session information from the frontend and will
have cached any previous settings, so deleting these files will prevent the incorrect cached content from
being used.)

Success!

After you finish the set up wizard, you will be redirected to the Magento storefront. You can access the
Admin Panel and start adding categories and products.

Your frontend store will have the URL http://www.yourDomain.com/magento


Your Admin Panel will have the URL http://www.yourDomain.com/magento/admin
(Log in using the username and password you created in the last step of the Setup Wizard)

Source: Magentocommerce

Share ! Tweet Like 13 17

About Gareth
Gareth is an editor at Tutorial Magento. His special hobby is to share magento knowledge and experience with
everyone.

http://tutorialmagento.com/magento­tutorial­for­beginners­part­2 3/6
6/10/2017 Magento Tutorial for Beginners (Part 2) ­ Tutorial Magento

Related Articles

Top 5 best Magento tutorial A newbie guide on building 2 methods to reset Magento
blog to follow Magento Mobile App for admin password
August 25, 2016 ultimate business growth November 2, 2015
August 13, 2016

Step by Step how to install Top 5 affordable Magento How to setup a free blog for
Magento 2.0 (Alpha) on hosting your Magento site with
Localhost August 5, 2015 Aheadworks’ blog extension
August 6, 2015 January 19, 2015

9 comments
baudoin
April 20, 2015 at 1:43 pm

Hey man. After configuring Magento, I just can’t login to my backend. I’ve changed the permission and
everything. Tried a couple of times…I’m using mamp etc.
Reply

baudoin
April 20, 2015 at 1:48 pm

Never mind. Browser issue. Sorry ^^


Reply

vinod kumar
January 17, 2015 at 6:16 am

PLz Share More…


Reply

Subrata
November 13, 2014 at 9:10 am

Hi!, I’m new to Magento but keen to learn and apply it…I have gone through some tutorials but i’m still
confused where to keep the .css, .html or js files…

Please help…
Reply

Divakar
October 10, 2014 at 5:24 am

I need Complete Magento Installation procedure,


As well Pdf tutorial of Complete Magento Software
Reply

Brian Wilson
October 10, 2014 at 7:28 am

Hi Divakar, you may take a look at the tutorials below:


- Step by Steps Magento Community instalaltion

http://tutorialmagento.com/magento­tutorial­for­beginners­part­2 4/6
6/10/2017 Magento Tutorial for Beginners (Part 2) ­ Tutorial Magento
- Magento Community video installation guide
Good luck!
Reply

Suhail
July 4, 2014 at 7:19 am

My magento installation is at domain.gostorego.com.I want to edit some files on the server.how can i do
that?
Reply

Brian Wilson
October 10, 2014 at 7:28 am

You can connect to your site via SSH or FTP to edit files on your server
Reply

verdo
October 20, 2013 at 11:21 pm

Fantastic points altogether, you simply won a emblem new reader. What may you suggest in regards to
your submit that you just made a few days in the past? Any sure?
Reply

Leave a Reply
Your email address will not be published. Required fields are marked *
Name *

Email *

Website

Post Comment

Archives Tags Popular Searches


2013 Magento Imagine affordable magento hosting ajax add
September 2016 login issues
to cart ajax cart BANNER SLIDER best magento hosting best

August 2016 magento hosting 2013 cheap magento hosting ebook community edition

November 2015 general magento edit order

August 2015 tutorials hosting magento magento affiliate attribute sets


magento basic Magento Blog magento
July 2015 s3.amazonaws.com
certification magento certification study guide magento
April 2015 configurable product magento download
magento ebook magento exam magento
March 2015
extentions magento go magento hosting
January 2015 Magento installation magento module magento
news magento newsletter magento
store
December 2014
magento template tutorial Magento
November 2014 theme development tutorial for designer
magento theme tutorials
October 2014

September 2014
Magento tutorial magento
tutorial for beginners Magento
August 2014
tutorial for developer series
July 2014

http://tutorialmagento.com/magento­tutorial­for­beginners­part­2 Magento tutorials 5/6


6/10/2017 Magento Tutorial for Beginners (Part 2) ­ Tutorial Magento
July 2014

June 2014 Magento tutorials mobile


May 2014 opencart oscommerce related products Tutorial
April 2014 Magento video videos what is
March 2014
magento Wysiwyg Editor
February 2014

January 2014

December 2013

November 2013

October 2013

September 2013

August 2013

July 2013

June 2013

May 2013

April 2013

March 2013

February 2013

January 2013

December 2012

Tutorial Magento

http://tutorialmagento.com/magento­tutorial­for­beginners­part­2 6/6

You might also like