Difference between revisions of "Learning Magento (1)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Magento Test Automation Framework (TAF)) |
Karl Jones (Talk | contribs) (→Offical website) |
||
Line 90: | Line 90: | ||
* [https://www.magentocommerce.com/download Download Magento Community Edition] | * [https://www.magentocommerce.com/download Download Magento Community Edition] | ||
* [http://devdocs.magento.com/guides/m1x/install/installing.html Installing and Upgrading to Magento Community Edition (CE) and Magento Enterprise Edition (EE)] | * [http://devdocs.magento.com/guides/m1x/install/installing.html Installing and Upgrading to Magento Community Edition (CE) and Magento Enterprise Edition (EE)] | ||
− | * [ Installing and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)] | + | * [http://devdocs.magento.com/guides/m1x/install/installing_install.html Installing and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)] |
=== YouTube === | === YouTube === |
Revision as of 08:36, 1 September 2015
This article introduces Magento for the beginner.
Contents
Requirements
System requirements
Magento files
This example demonstrates the Community Edition.
Web server
Knowledge
- Knowledge of MySQL database configuration
- Knowledge of Magento installation
Steps
Download
Download the Magento Community Edition:
[https://www.magentocommerce.com/download]
Select the Full Release version. This is the latest stable release.
Select format for your operating system:
- .zip - see Zip (file format)
- .tar.bz - see tar (computing)
- .tar.bz2 - see tar (computing) and bzip2
Upload to web server
...
Configure database connection
...
Run installer script
...
Next steps
Magento Test Automation Framework (TAF)
Four simple steps to get started:
(1) Install git: If you don't have it installed already, make sure you download and install git from:
(2) Execute the following command from the command prompt:
- git clone https://github.com/magento/taf DIR_for_CLONE
(3) Install TAF:
(4) See the User Manual for further instructions:
See also
External links
Offical website
- Home page
- Download Magento Community Edition
- Installing and Upgrading to Magento Community Edition (CE) and Magento Enterprise Edition (EE)
- Installing and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)
YouTube
Other external sites
- Magento @ Wikipedia