prestashop 1.7.8.10 安装
CBEShop - cross border E-commerce shop,multiple merchant multi store online shopping system( https://www.crossborderpower.com)
下载安装包
cd /www/html
wget https://github.com/PrestaShop/PrestaShop/archive/refs/tags/1.7.8.10.zip
解压
unzip 1.7.8.zip
mv PrestaShop-1.7.8.10 yourwebsite.com(你网站web的文件夹,apache中vps配置的)
一些文件夹需要写权限
chmod -R +w admin-dev/autoupgrade app/config var/logs cache config download img log mails modules override themes translations upload var
chown -R apache:apache yourwebsite.com
切换到网站根目录把相关依赖包安装上
cd yourwebsite.com
php依赖库
composer install
css 和js相关依赖
make assets
浏览器下执行安装
http://yourwebsite.com/install-dev/index.php
如果有对应目录权限不对,加上写权限即可
如果提示缺少 php_posix 扩展
dnf install php-process 里面包含了 php_posix
Comment
Login To Comment
No Comments