Difference between revisions of "Learning Magento (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 90: Line 90:
 
* [ Installing and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)]
 
* [ Installing and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)]
  
=== YouTube ==
+
=== YouTube ===
  
 
* [https://www.youtube.com/watch?v=nSxq-eJ0VvY Magento Community Tutorials #1 - How To Install Magento]
 
* [https://www.youtube.com/watch?v=nSxq-eJ0VvY Magento Community Tutorials #1 - How To Install Magento]
 +
 
=== Other external sites ===
 
=== Other external sites ===
  
 
* [https://en.wikipedia.org/wiki/Magento Magento] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Magento Magento] @ Wikipedia

Revision as of 09:33, 1 September 2015

This article introduces Magento for the beginner.

Requirements

System requirements

Magento files

This example demonstrates the Community Edition.

Web server

Knowledge

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:

Upload to web server

...

Configure database connection

...

Run installer script

...

Next steps

See Magento 1.x Reference.

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:

(3) Review the http://www.magentocommerce.com/images/uploads/download/MagentoTestAutomationFrameworkInstallationGuide.pdf installation instructions].

(4) Before developing tests, make sure to review the User Manual.

See also

External links

Offical website

YouTube

Other external sites