Difference between revisions of "Learning Magento (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Steps)
 
(3 intermediate revisions by one other user not shown)
Line 32: Line 32:
 
Download the ''Magento Community Edition'':
 
Download the ''Magento Community Edition'':
  
[[https://www.magentocommerce.com/download https://www.magentocommerce.com/download]]
+
* [https://www.magentocommerce.com/download https://www.magentocommerce.com/download]
  
 
Select the ''Full Release'' version.  This is the latest stable release.  
 
Select the ''Full Release'' version.  This is the latest stable release.  
Line 64: Line 64:
 
(1) Install git: If you don't have it installed already, make sure you download and install git from:  
 
(1) Install git: If you don't have it installed already, make sure you download and install git from:  
  
* [[http://git-scm.com/download http://git-scm.com/download]]
+
* [http://git-scm.com/download http://git-scm.com/download]
  
 
(2) Execute the following command from the command prompt:  
 
(2) Execute the following command from the command prompt:  
Line 100: Line 100:
  
 
* [https://en.wikipedia.org/wiki/Magento Magento] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Magento Magento] @ Wikipedia
 +
 +
[[Category:Learning]]

Latest revision as of 05:14, 25 April 2016

This article introduces Magento for the beginner.

Requirements

System requirements

Magento files

This example demonstrates the Community Edition.

Web server

Knowledge

Steps

See: Installing and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)

Download

Download the Magento Community Edition:

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) Install TAF:

(4) See the User Manual for further instructions:

User Manual

See also

External links

Offical website

YouTube

Other external sites