2015年11月9日 星期一

於Amazon安裝Magento說明

Amazon安裝Magento說明

1          申請&安裝設定Amazon
Amazon基本安裝&SSH連線設定請參照以下網頁:
PS.申請Instance時請申請Amazon Linux,此版本會預先裝好基本套件

2          設定Server環境 & 安裝套件
照以下步驟可完成LAMP環境安裝
http://docs.aws.amazon.com/zh_cn/AWSEC2/latest/UserGuide/install-LAMP.html
PS.
安裝後需自行安裝PHP56相關套件不然會出現錯誤
2.1         phpmyadmin安裝需要用到此套件php56-mbstring
yum install php56-mbstring
2.2         Magento安裝需要用到套件php56-mcrypt, php56-gd
sudo yum install php56-mcrypt
sudo yum install php56-gd

3          安裝phpmyadmin來管理MySQL
請依照以下網頁步驟安裝即可
http://40era.com/1523/
PS.
最新版本請至以下網頁複製連結下載
https://www.phpmyadmin.net/

4          安裝FTP Server , 請參照以下網頁處理
http://stackoverflow.com/questions/7052875/setting-up-ftp-on-amazon-cloud-server

5          安裝Magento
5.1         開啟phpmyadmin,新增空白DB (在此為magento)
5.2         準備magento安裝
5.2.2   解壓(會產生一個magento資料夾)
tar -zxvf magento-1.9.1.0.tar.gz
5.3         安裝sample資料
5.3.1   下載頁面,因安裝為1.9版故請下載1.9版適用Sample Data
http://devdocs.magento.com/guides/m1x/ce18-ee113/ht_magento-ce-sample.data.html
5.4         開始安裝magento,安裝說明請參照以下網頁
http://devdocs.magento.com/guides/m1x/install/installing_install.html#install-magento
PS.
安裝完網頁出現404無法瀏覽,請依照以下網頁處理
http://www.learnmagento.org/magento-tips-tricks/404-error-after-sample-data-installation-in-localhost/
PS.
安裝前須先修改所有資料夾權限為rwx
sudo find magento -exec chmod a+rwx {} ";"

沒有留言:

張貼留言