Centos Install OSCommerce 4.0

RonWang5 years ago (2021-05-21)电子编程 COD12

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

OScommerce

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.

Bash
mysql -u root -p
Create database ceshop ;

2. Download OSCommerce 4.0

Bash
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

Bash
sudo Yum osc_4_07_53163.zip

5. Change directory attribute

Bash
chmod 777 -R  ./osc4/html/

OScommerce data


Share with Friends:

Related Articles

Install PrestaShop 1.7 Version

Install PrestaShop 1.7 Version

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

CODE | LED SOS Morse Code Singal - Arduino Project 002

CODE | LED SOS Morse Code Singal - Arduino Project 002

Arduino 电子编程--灯项目及控制,主要使用Arduino编程控制LED灯,实现基本控制Project 2 LED闪烁S.O.S信号。Project 2 S.O.S Morse Sig…

CODE | RGB LED Mood Lamp - Arduino Project 008

CODE | RGB LED Mood Lamp - Arduino Project 008

In the last project, you learned how to adjust the brightness of an LED using the PWM capabilities o…

CODE | LED Traffic Light - Arduino Project 003

CODE | LED Traffic Light - Arduino Project 003

You are now going to create a set of traffic lights that will change from green to red, via amber, a…

C02 | The Concept of Algorithms

C02 | The Concept of Algorithms

C语言教程02:算法的概念算法(Algorithm)是在有限步骤内求解某一问题所使用的一组定义明确的规则。计算机算法 是用计算机求解一个具体问题或执行特定任务的一组有序的操作步骤(或指令),是构成计算…

CODE | Joystick Servo Control - Arduino Project 027

CODE | Joystick Servo Control - Arduino Project 027

In this tutorial, we are going to learn how to use Arduino and a joystick to control two servo motor…

Post a Comment

Anonymous

Feel free to share your thoughts and opinions here.