2013年10月29日 星期二

Magento 安裝與入門

◎安裝前請注意!
1. 檢查php.ini的max_execution_time設定,如果設為30,請調整到600。(安裝過程會超過30秒)
2. 安裝 Magento 之前,先確定是否需要安裝範例資料庫。
   範例資料庫的安裝和 Magento 的安裝要分開進行。
   若要安裝範例資料庫,必須在正式的安裝程序開始前先進行!請跳到安裝範例資料庫。


◎安裝 Magento
1. 下載:請到官網 > 導覽列 > Download > Full Release。目前 Magento 版本1.8.0.0
(1)新增資料庫。將空白資料庫開好,名稱自訂。
(2)將下載回來的檔案解壓縮,放到適當的地方。
(3)開啟瀏覽器,執行 Magento 根目錄的 install.php,進入安裝程序,並逐一輸入指定的資訊。
   a:下列選項請視情況打勾: Enable Charts, Use Web Server (Apache) Rewrites
     (若使用範例資料庫,請勿打勾。)
   b:encryption key => 可留空白,系統稍後會自己產生。
(4)完裝完成後,會顯示 Your're All Set!。這一頁會問幾個問題(可略過),
   並且顯示encryption key,請找個地方存起來。安裝完成。
(5)上一步驟應該會有前台、後台連結。
   後台連結應該是:http://example.com/magento/index.php/admin


◎安裝 Magento 範例資料庫 1.6.1.0
1. 下載
   請到官網 > 導覽列 > Download > Sample Data。
   目前 Magento 版本1.8.0.0,但範例資料庫是 1.6.1.0。仍可使用。
2. 安裝
   (1)複製檔案:將範例檔案裡面的 magento-sample-data-1.6.1.0/media/catalog,
      複製成為正式檔案的 /media/catalog  (此時正式檔案的 media 裡面應該沒有 catalob 資料夾)
   (2)新增資料庫:將範例檔案包含的 magento_sample_data_for_1.6.1.0.sql 匯入資料庫
3. Magento 安裝程序
   (1) 主要過程請參考 ◎安裝 Magento。 但請先看下一點。
   (2) a:Locale, Time Zone, Default Currency仍可按需求輸入。
       b:設定時,這一項請勿打勾:Use Web Server (Apache) Rewrites,否則產品點進去後會找不到網頁。
4. 參考
   http://www.magentocommerce.com/knowledge-base/entry/ce18-and-ee113-installing#install-sample


◎修改資料庫連線資訊
1. 修改 app/etc/local.xml
                    <host><![CDATA[localhost]]></host>
                    <username><![CDATA[root]]></username>
                    <password><![CDATA[mypassword]]></password>
                    <dbname><![CDATA[ex_magento1800]]></dbname>
分別是:連線位址、帳號、密碼、資料庫名稱

2. 修改完之後,清除 var/cache 所有內容。
參考


◎相關網站
官方網站
中文社群網站(簡體)
Magento Notes  這個網站提供很多技巧。例如這篇提供一些 SQL 敘述,可以找出哪些產品缺少了什麼照片,像是大圖、小圖、縮圖。
Magento中文網路資源整理
Toogas Featured Popup Free
深入理解Magento-第九章-修改、擴展、重寫Magento代碼
http://themeforest.net
Le-Santana - Responsive & Retina Ready Magento

沒有留言:

張貼留言