|
|
|
|
|
|
d*******2 发帖数: 340 | 1 hostmonster的空间,从opencart下载的免费购物车程序2.3.0.2-compiled.zip,将这
个程序上传到public_html/下,在public_html/下解压,然后按照install.txt要求,
将config-dist.php改名为config.php,admin/config-dist.php改名为admin/config.
php,确保一下文件夹可写
chmod 0755 or 0777 system/storage/cache/
chmod 0755 or 0777 system/storage/logs/
chmod 0755 or 0777 system/storage/download/
chmod 0755 or 0777 system/storage/upload/
chmod 0755 or 0777 system/storage/modification/
chmod 0755 or 0777 image/
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 image/catalog/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php
安装MySQL数据库,访问http://www.mydomain.com/store/,install.txt说可以看到安装页,但是我看到的只是Not Found,请问是怎么回事?先谢了!
-- | s****y 发帖数: 983 | | d*******2 发帖数: 340 | 3 原文安装说明说访问Visit the store homepage e.g. http://www.example.com or http://www.example.com/store/,但实际上是安装到根目录下,根本没有store这个文件夹。访问http://www.mydomain.com的话,还是网站之前的样子,没有看到opencart安装页。先谢了!
These instructions are for a manual installation using FTP, cPanel or other
web hosting Control Panel.
- Linux Install -
1. Upload all of the files and folders to your server from the "Upload"
folder, place them in your web root. The web root is different on some
servers, cPanel it should be public_html/ and on Plesk it should be httpdocs
/.
2. Rename config-dist.php to config.php and admin/config-dist.php to admin/
config.php
3. For Linux/Unix make sure the following folders and files are writeable.
chmod 0755 or 0777 system/storage/cache/
chmod 0755 or 0777 system/storage/logs/
chmod 0755 or 0777 system/storage/download/
chmod 0755 or 0777 system/storage/upload/
chmod 0755 or 0777 system/storage/modification/
chmod 0755 or 0777 image/
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 image/catalog/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php
If 0755 does not work try 0777.
4. Make sure you have installed a MySQL Database which has a user assigned
to it
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
5. Visit the store homepage e.g. http://www.example.com or http://www.example.com/store/
6. You should be taken to the installer page. Follow the on screen
instructions.
7. After successful install, delete the /install/ directory from ftp.
8. If you have downloaded the compiled version with a folder called "vendor"
- this should be uploaded above the webroot (so the same folder where the
public_html or httpdocs is)
【在 s****y 的大作中提到】 : 为什么访问http://www.mydomain.com/store/ 而不是 http://www.mydomain.com ?你解压缩到store文件夹了?
|
|
|
|
|
|
|