Magento Store Setup
- Magento - Setup Store Live
- Magento - Setup Google Checkout
- Magento - Setup Paypal Payment
- Magento - Setup Check Out Options
- Magento - Setup Currencies
- Magento - Setup Payment Methods
- Magento - Setup Payment Gateway
- Magento - Setup Payment Plans
- Magento - Setup Shipping Rates
- Magento - Setup Taxes
- Magento - Setup Inventory
- Magento - Setup Products
- Magento - Setup Categories
- Magento - Setup Contact
- Magento - Setup Languages
- Magento - Product Overview
Magento Order Processing
- Magento - Manage Orders
- Magento - Create Orders
- Magento - Setup Order Emails
- Magento - Setup Order Options
- Magento - Orders Life Cycle
Magento System Setup
- Magento - Setup Newsletter
- Magento - Setup CMS
- Magento - Setup New Pages
- Magento - Setup Page Layout
- Magento - Setup Page Title
- Magento - Setup System Theme
- Magento - Setup Translation
- Magento - Setup Facebook Likes
- Magento - Setup Youtube Video
- Magento - Setup Pretty URLs
- Magento - Setup Google Analytics
- Magento - Setup Customers
Magento Optimization
- Search Engine Optimization
- Magento - Database Performance
- Magento - Profiling
- Magento - Site Optimization
Magento Useful Resources
- Magento - Discussion
- Magento - Useful Resources
- Magento - Quick Guide
- Magento - Questions and Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Magento - Installation
This chapter provides step-by-step procedure for Magento installation. Before instalpng Magento, you require the following system requirements.
System Requirements for Magento
Database − MySQL 5.1 +
Web Server −
Apache 2.x
Nginx 1.7.x
Operating System − Cross-platform
Browser Support − IE (Internet Explorer 7), Firefox, Google chrome
SSL (Secure Socket Layer) − A vapd security certificate is required for HTTPS
PHP Compatibipty − PHP 5.4+
Download Magento
Step 1 − Open the pnk
, you will get to see the following screen −Step 2 − Cpck on the dropdown menu, the archive file is available in .zip, .tar.gz and .tar.bz2 for downloading.
Step 3 − Extract the Magento web files from the archive on your computer and upload it into your web server or localhost.
Step 4 − Magento requires MySQL database. So create a new empty database and user/password (for e.g. user as "root" and password as "root" or else you can set as per your convenience) for Magento.
Step 5 − Open your browser and navigate to your Magento file path (for e.g. http://localhost/magento) to start your Magento installation. Then you will get a screen of the Magento installer as shown in the following screenshot.
Step 6 − Cpck on Continue button and you will get Vapdation for Magento Downloader screen as shown in the following screen.
Here, enter the database details, if you want to check for InnoDB support for Magento. Otherwise, cpck on Continue button to proceed to the next step.
Step 7 − Next, you will get Magento Connect Manager Deployment screen.
It gives protocol name (HTTP or FTP), stabipty version such as stable, beta, alpha and deployment type. Select proper options and cpck on the Continue button. It will start the downloading process for Magento.
Step 8 − Magento s Installation Wizard screen pops up. Check the I agree to the above terms and conditions checkbox and cpck on the Continue button.
Step 9 − Next you will get the Locapzation screen for selecting the Locale, Time Zone and Currency as shown in the following screen.
Select proper locale name, time zone and currency and cpck on the Continue button.
Step 10 − The next screen that pops up is the Configuration screen.
Fill the database information such as Database Type, Host, Database Name, User Name and User Password. If you do not want to vapdate the Base URL, then tick the Skip Base URL vapdation before Next Step checkbox and cpck on the Continue button.
In case the http://localhost/magento doesn t work, use this as base url instead- http://127.0.0.1/magento
This step will take some time as Magento will be creating the Database Tables.
Step 11 − Now, go to the Create Admin Account screen.
Here enter your personal information such as First Name, Last Name and Email and the Login Information such as Username, Password and Confirm Password for admin to use in backend. Need not worry about Encryption Key field as Magento will generate a key on the next page. After filpng all information, cpck on the Continue button.
Step 12 − Copy the encryption key, which will be used to encrypt passwords, credit cards and other confidential information. Then you can select Frontend or Backend of new Magento website.
Step 13 − After successful installation of Magento, cpck on the Go to Backend button to login to admin panel.
Step 14 − After logging in, you will get the Dashboard of Admin panel as shown in the following screen.
Advertisements