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

Centos Install OSCommerce 4.0

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

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

标签: 服务器

相关文章

 PrestaShop的1.7版本安装

PrestaShop的1.7版本安装

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

HTTPS证书的申请和部署

HTTPS证书的申请和部署

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

阿里云服务器的环境搭建与调试

阿里云服务器的环境搭建与调试

从阿里云产品发布开始便一直在使用ECM云服务器,但是之前多使用的是Windows系统,后来摸索开始挑战自己使用CentOS系统,靠着几行程序和网上各位大咖的教程和分享,竟然让使用CentOS服务器近1...

CentOS 7.9 64位 搭建 LNMP环境

CentOS 7.9 64位 搭建 LNMP环境

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

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

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

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