跳转到帖子
在手机APP中查看

一个更好的浏览方法。了解更多

Chineseunb

主屏幕上的全屏APP,带有推送通知、徽章等。

在iOS和iPadOS上安装此APP
  1. 在Safari中轻敲分享图标
  2. 滚动菜单并轻敲添加到主屏幕
  3. 轻敲右上角的添加按钮。
在安卓上安装此APP
  1. 轻敲浏览器右上角的三个点菜单 (⋮) 。
  2. 轻敲添加到主屏幕安装APP
  3. 轻敲安装进行确认。

INSTALLING MAGENTO 1.8.1.0 VIA SSH

Get the latest version of Magento

wget http://www.magentocommerce.com/downloads/assets/1.8.1.0/magento-1.8.1.0.tar.gz

Unpack the downloaded package

tar -zxvf magento-1.8.1.0.tar.gz

When you unpack Magento it will be contained within a folder called /magento the following command will move the contents of that directory to your current directory

mv magento/* magento/.htaccess .

Now adjust the permissions on the var and media directories

chmod -R o+w media var

The same applies to the app/etc directories

chmod o+w app/etc

To reduce the space taken up by Magento you can delete the download of magento 1.8.1.0 as this is no longer needed.

rm -rf magento/ magento-1.8.1.0.tar.gz

1篇意见

推荐意见

mkdir mage_test
cd mage_test
wget http://www.magentocommerce.com/downloads/assets/1.8.1.0/magento-1.8.1.0.tar.gz
wget http://www.magentocommerce.com/downloads/assets/1.6.1.0/magento-sample-data-1.6.1.0.tar.gz
tar -zxvf magento-1.8.1.0.tar.gz
tar -zxvf magento-sample-data-1.6.1.0.tar.gz
mv magento-sample-data-1.6.1.0/media/* magento/media/
mv magento-sample-data-1.6.1.0/magento_sample_data_for_1.6.1.0.sql magento/data.sql
mv magento/* magento/.htaccess .
chmod o+w var var/.htaccess app/etc
chmod -R o+w media
mysql -h localhost -u root -proot123 db_name chmod 755 mage
./mage mage-setup .
chmod -R 777 var/package

游客
添加意见…

我的帐户

导航

搜索

搜索

配置浏览器推送通知

Chrome (安卓)
  1. 轻敲地址栏旁的锁形图标。
  2. 轻敲权限 → 通知。
  3. 调整你的偏好。
Chrome (台式电脑)
  1. 点击地址栏中的挂锁图标。
  2. 选择网站设置。
  3. 找到通知选项,并调整你的偏好。