当前位置:首页 > 美丽人生 > 学习成长 > 正文内容

Centos Install OSCommerce 4.0

RonWang3年前 (2021-11-26)学习成长1152

osCommerce is a Free shopping cart and open source Ecommerce software. You can choose to host your osCommerce website with osCommerce.com.

oscommerce-V4

Pre-installation

Upload and extract the osc_install.zip file on your hosting account.

Create database and user for your osCommerce 4.0 application.

Web Installation

To start with the online installation, please open your website in a new browser.

You will be directed to the installation part of the osCommerce 4.0 application. 

Now you need to press on the button [Next].

Server Requirements

Note: This manual is for osCommerce v4.

NameRecommendedRequired
PHP version7.2.07.0.0+
MySQL databaseYesYes
zLib PHP moduleYesYes
PHP memory limit256M128M
cURL PHP moduleYesYes
fopen PHP functionYesYes
hash PHP functionYesYes
XML PHP moduleYesYes
spl_autoload_register PHP functionYesYes
JSON PHP moduleYesYes
GD Image moduleYesYes
Pathinfo-SupportYesYes

Step by Step Install

1. Create Database in MySQL or MariaDB.

mysql -u root -p
Create database ceshop ;

2. Download OSCommerce 4.0

sudo  wget https://www.oscommerce.com/download-file

3. Change the file name  from download-file  to osc_4_07_53163.zip

4. Unzip the file

sudo Yum osc_4_07_53163.zip

5. Change directory attribute

chmod 777 -R  ./osc4/html/

OSC40.jpg

版权声明:本文为原创文章,版权归donstudio所有,欢迎分享本文,转载请保留出处!

本文链接:http://www.donstudio.cn/?id=153

标签: 服务器

相关文章

CentOS 7.9 64位 搭建 LNMP环境

CentOS 7.9 64位 搭建 LNMP环境

运维网站及APP程序等,我们经常要使用云服务器,无论是阿里云,腾讯云,还是国外的亚马逊云,购置纯系统的服务器之后,需要自己安装和搭建环境LAMP。今天,我就带大家一起实战下CentOS 7.9 64b...

Centos彻底删除文件夹、文件命令

Centos彻底删除文件夹、文件命令

本文将介绍在Centos下面底删除文件夹、文件命令(centos 新建、删除、移动、复制等命令:01.新建文件夹mkdir 文件名新建一个名为test的文件夹在home下view sourc...

CentOS安装Redis及redis启动与关闭、配置

CentOS安装Redis及redis启动与关闭、配置

Install RedisIn this section you’ll add theEPEL repository, and then use it to install Redis.Ad...

Centos Install MemCached, Apcu and OpCache

Centos Install MemCached, Apcu and OpCache

This section provides instructions to install memcached on CentOS and Ubuntu. For additional informa...

Centos服务器PHP7.X版本的安装与更新

Centos服务器PHP7.X版本的安装与更新

运行服务器WEB时,有些系统对PHP的版本要求比较新,所有本文将特别介绍如何升级和安装新版本的PHP系统。Centos服务器的Nginx,MySQL(MariaDB)的部分参照《CentOS 7.9...

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。