Difference between revisions of "Magento"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 17: | Line 17: | ||
== Magento FAQ == | == Magento FAQ == | ||
− | === Locate webroot == | + | === Locate webroot === |
Locate your webroot folder on your web server. This is the folder which contains your Magento files. | Locate your webroot folder on your web server. This is the folder which contains your Magento files. | ||
Line 23: | Line 23: | ||
View the files in this folder. | View the files in this folder. | ||
− | == View contents of local.xml == | + | === View contents of local.xml === |
Locate the view this file: | Locate the view this file: |
Revision as of 05:15, 12 March 2016
Magento is an open source content management system for e-commerce websites.
Contents
Description
The software was originally developed by Varien Inc., a US private company headquartered in Culver City, California, with assistance from volunteers.
Varien published the first general-availability release of the software on March 31, 2008. Roy Rubin, former CEO of Varien, later sold a substantial share of the company to eBay, which is now the sole owner.
According to research conducted by aheadWorks in October 2014, Magento's market share among the 30 most popular e-commerce platforms is about 30%.
Magento employs the MySQL relational database management system, the PHP programming language, and elements of the Zend Framework.
It applies the conventions of object-oriented programming and model-view-controller architecture.
Magento also uses the entity–attribute–value model to store data.
Magento FAQ
Locate webroot
Locate your webroot folder on your web server. This is the folder which contains your Magento files.
View the files in this folder.
View contents of local.xml
Locate the view this file:
/app/etc/local.xml
Locate the line that looks something like the example, below, with your frontName in place of "...":
<frontName>...</frontName>
Admin login URL
Your admin login URL will look like this:
http://example.com/index.php/'''...'''
Getting started with Magento
See Getting started with Magento.