Skip to content

ghorbani-ali/frankenphp-prestashop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prestashop on FrankenPHP

frankenphp-prestashop

Run the popular Prestashop eCommerce on top of FrankenPHP, the modern app server for PHP.

Getting Started

git clone https://github.com/ghorbani-ali/frankenphp-prestashop.git
cd frankenphp-prestashop
docker compose pull --include-deps
docker compose up

You can custom Prestashop and FrankenPHP versions in .env file:

FRANKENPHP_IMAGE_VERSION= # FeankenPHP image version
PRESTASHOP_VERSION= # Prestashop relese version

Prestashop is available on http://localhost.

During initial Prestashop setup, use the following database configuration:

  • Database type: MySQL
  • Database name: prestashop
  • Database username: root
  • Database password: prestashop
  • Database host: mysql