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

Centos Install OSCommerce 4.0

RonWang2年前 (2022-10-06)学习成长789

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://parentscn.com/?id=153

标签: 服务器

相关文章

HTTPS证书的申请和部署

HTTPS证书的申请和部署

超文本传输协议安全 (HTTPS) 是 HTTP 的安全版本,HTTP 是用于在 Web 浏览器和网站之间发送数据的主要协议。HTTPS 经过加密,以提高数据传输的安全性。当用户传输敏感数据(例如通过...

Centos 安装 MariaDB Ver 10.8.6

Centos 安装 MariaDB Ver 10.8.6

Install MariaDB 10.8 on CentOS 8 These are the ideal steps you’ll go through when installing MariaDB...

 PrestaShop的1.7版本安装

PrestaShop的1.7版本安装

现在很多国内的公司为了拓展对外业务,开始采用更先进的电子商务软件,如美国的Amazon,加拿大的Shopify,法国的PrestaShop等都有很多用户在使用,对于商业初期的低成本尝试,开源软件Pre...

CentOS 7.9 64位 搭建 LNMP环境

CentOS 7.9 64位 搭建 LNMP环境

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

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

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

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