Giter Site home page Giter Site logo

sicara / prestashop-docker-compose Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devnix/prestashop-docker-compose

0.0 4.0 0.0 17 KB

Prestashop docker-compose is a great way to bootstrap a Prestashop development environmemt.

Home Page: https://github.com/ecomputer/prestashop-docker-compose

License: GNU General Public License v3.0

Dockerfile 100.00%

prestashop-docker-compose's Introduction

Prestashop on docker-compose

Based on PrestaShop/docker

What is this project

Prestashop docker-compose is a great way to bootstrap a Prestashop development environmemt.

How to use it

We recommend to avoid the PS_INSTALL_AUTO feature. Instead, copy your own custom installation in src/.

For running an existing running website, export your database to a SQL file and paste it in docker/mariadb/import.sql. It will be imported to MariaDB when creating the container.

The prestashop image is customized to include Xdebug, higher limits, etc. You can customize the Dockerfile, run docker-compose build prestashop and docker-compose up.

src/config/settings.inc.php

<?php
define('_DB_SERVER_',         getenv('DB_SERVER'));
define('_DB_NAME_',           getenv('DB_NAME'));
define('_DB_USER_',           getenv('DB_USER'));
define('_DB_PASSWD_',         getenv('DB_PASSWD'));

Use this configuration for development/testing, not production

prestashop-docker-compose's People

Contributors

devnix avatar mardon avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.