Magento 1.7.0.0リリース

4月24日、世界で人気のある電子商取引エンジンの次のバージョンであるMagento 1.7.0.0が登場しました。

以前のバージョンからの主な改善点:



さまざまなバックアップオプション、memcachedサポートなども利用できます。

SSHを介して迅速にインストールするために、必要なコマンドを準備しました。

wget www.magentocommerce.com/downloads/assets/1.7.0.0/magento-1.7.0.0.tar.gz
tar -zxvf magento-1.7.0.0.tar.gz
mv magento/* magento/.htaccess magento/.htaccess.sample .
rmdir magento
chmod -R o+w media var
chmod o+w app/etc
mkdir media/catalog media/catalog/product media/catalog/category
chmod o+w media/catalog
chmod o+w media/catalog/product
chmod o+w media/catalog/category


Magentoの公式Webサイトで革新の完全なリストを見つけることができます。

Source: https://habr.com/ru/post/J142764/


All Articles