Skip to content

Docker images for OpenCart testing and development

Notifications You must be signed in to change notification settings

khanton/opencart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCart test and development docker images set

  1. Clone repo
git clone [email protected]:khanton/opencart.git
  1. Download and install desired version of opencart.
Version List Comment
ocStore-3 ocStore version 3 from https://ocstore.com
ocStore-2 ocStore version 2 from https://ocstore.com
opencart-4 Vanilla OpenCart 4 from https://opencart.com
opencart-3 Vanilla OpenCart 3 from https://opencart.com
opencart-2 Vanilla OpenCart 2 from https://opencart.com
./download.sh ocStore-3
  1. Start container set.
docker-compose up -d

OpenCart ready to install on localhost:9090.

Install params:

Param Value
Hostname db
Username opencart
Password opencart
Database opencart
Port 3306 (Default)
Admin Username admin
Admin password admin
Admin email [email protected]

Directory Structure

Directory Comment
./app Application
./db MySql database