+ All Categories
Home > Technology > Magento CMS Presentation

Magento CMS Presentation

Date post: 08-Sep-2014
Category:
Upload: raju-makwana
View: 146 times
Download: 5 times
Share this document with a friend
Description:
Magento Open Source CMS
Popular Tags:
26
Prepared by : Raju Makwana
Transcript
Page 1: Magento CMS Presentation

Prepared by : Raju Makwana

Page 2: Magento CMS Presentation

Agenda

• Brief Introduction• CMS• Example of CMS• Magento• Uses• Features• Architecture• System Requirement• Installation

Page 3: Magento CMS Presentation

• Magento is an open source ecommerce web application that was launched on March 31, 2008.

• It was developed by Varien (now Magento Inc) with help from the programmers within the open source community but is owned solely by Magento Inc.

Page 4: Magento CMS Presentation

Examples of CMS

Page 5: Magento CMS Presentation

CMS• A content management system is software that

keeps track of every piece of content on your Web site

• Content can be simple text, photos, music, video, documents, or just about anything you can think of.

• A major advantage of using a CMS is that it requires almost no technical skill or knowledge to manage. Since the CMS manages all your content, you don't have to.

Page 6: Magento CMS Presentation

Conti…

• Content Management System

• Magento’s CMS uses a WYSIWYG editor with support for

rich content.

• Build complex content pages, create multiple versions of a

page, restrict publishing privileges and create menus.

• Easily add CMS pages to the navigation menu and create,

copy or delete different CMS hierarchy trees for each

website and store view individually .

Page 7: Magento CMS Presentation

Magento

• Magento was built using the Zend Framework. It uses the Entity Attribute value (EAV) database model to store data.

• The Magento Community Edition is the only free version of Magento available.

Page 8: Magento CMS Presentation

Conti…

• Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.

• EAV is also known as Object Attribute Value model, vertical database model and open schema.

Page 9: Magento CMS Presentation

Uses

• The Magento provides you with the ability to manage your eCommerce stores by providing calls for working with resources such as customers, categories, products, and sales orders.

• It also allows you to manage shopping carts and inventory.

Page 10: Magento CMS Presentation

Architecture

Page 11: Magento CMS Presentation

Features

• Site Management

• Marketing, Promotions and Conversion Tools

• Search Engine Optimization

• Checkout, Payment and Shipping

• Payment

• Product Browsing

• Catalog Browsing

Page 12: Magento CMS Presentation

System Requirement• Linux or another UNIX-compatible operating system• Apache Web Server (1.x or 2.x)• PHP 5.2.0 or newer, with the following extensions / add-ons:

– PDO/MySQL– MySQLi– mcrypt– mhash– simplexml– DOM– curl– gd– soap

• MySQL 4.1.20 or newer• A Send mail-compatible Mail Transfer Agent (MTA)

– Magento will connect directly to an SMTP server if you don’t have an MTA

Page 13: Magento CMS Presentation

Instalation

• Step 1: Download the latest stable Magento package from:

• http://www.magentocommerce.com/download.

• Step 2: Upload the package on your hosting account

through your cPanel -> File Manager or using

an FTP client.

• You can learn more about cPanel from our cPanel Tutorial.

Page 14: Magento CMS Presentation

Conti…

• Step 3: Create a MySQL database and assign a user to

it through cPanel -> MySQL Databases. Remember

the database details, since you will need them during

the script installation

• The MySQL database is created with your username

as prefix - username_databasename, and this is the

name you have to use for your application.

Page 15: Magento CMS Presentation

• Step 4: In our example we will install Magento in

the public_html/magento folder. Once the package is

uploaded and extracted and you have a MySQL

database, navigate

to http://yourdomainname.com/magento:

Page 16: Magento CMS Presentation

Conti…

Page 17: Magento CMS Presentation

Conti…

• Click on the check box next to "I agree to the above

terms and conditions" and click on

the Continue button.

• Step 5: Choose the preferred Time Zone, Locale and

Currency:

Page 18: Magento CMS Presentation

Conti…

Click on the Continue button.

Page 19: Magento CMS Presentation

Conti…

• Step 6: Enter the database details: Database Name,

User Name and User Password. You can leave the

other options intact.

Click on the check box next to "Skip Base URL

validation before next step".

Page 20: Magento CMS Presentation

Conti…

Click on the Continue button.

Page 21: Magento CMS Presentation

Conti…

• Step 7: At this point you should enter the personal

information and the admin login details which you

want to use. You can leave the Encryption Key field

empty and the script will generate one for you.

Page 22: Magento CMS Presentation

Conti….

Click on the Continue button

Page 23: Magento CMS Presentation

Conti…

• Step 8: Write down your encryption key; it

will be used by Magento to encrypt

passwords, credit cards and other

confidential information

Page 24: Magento CMS Presentation

Conti…

Your Magento installation was successfully completed. Now you can navigate to its Frontend or Backend.

Page 25: Magento CMS Presentation

Citation

• http://www.magentocommerce.com/images/uploads/magento-feature-list.pdf

• http://www.siteground.com/tutorials/magento/

• http://www.siteground.com/tutorials/magento/magento_installation.htm

Page 26: Magento CMS Presentation

Recommended