https://github.com/extalionlab/prestashop_docker
Docker setup to run Prestashop
https://github.com/extalionlab/prestashop_docker
docker docker-compose prestashop
Last synced: 11 months ago
JSON representation
Docker setup to run Prestashop
- Host: GitHub
- URL: https://github.com/extalionlab/prestashop_docker
- Owner: eXtalionLab
- License: mit
- Created: 2023-05-04T17:22:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T12:09:35.000Z (12 months ago)
- Last Synced: 2025-07-09T13:26:23.541Z (12 months ago)
- Topics: docker, docker-compose, prestashop
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prestashop
It's a simply as possible `docker compose` stack to run a
[Prestashop](https://www.prestashop.com/) for **development** and for
**production**.
## Requirements
To run this you just need a [docker](https://www.docker.com/get-started/) and
[docker compose](https://docs.docker.com/compose/install/).
Optionally you need also [GIT](https://git-scm.com/downloads) to clone this
repository.
## Run
Download and extract this repository from
[here](https://github.com/eXtalionLab/prestashop_docker/archive/refs/heads/master.zip)
or clone it with `git`:
```bash
git clone git@github.com:eXtalionLab/prestashop_docker.git .
cd prestashop_docker
```
When you are in the project directory you can run the stack:
```bash
docker compose up [-d]
```
Wait for download and build images. Goto [http://localhost/](http://localhost/)
and enjoy your new shop. Goto [admin panel](http://localhost/adminxyz), login
with credentials `admin@email.com` and `admin123` and play with your
back-office.
## Read more
- [backup](docs/backup.md)
- [configuration](docs/configuration.md)
- [cron job(s)](docs/cron.md)
- [maintenance](docs/maintainance.md)
- [production environment](docs/production.md)
- [restore](docs/restore.md)
- [update](docs/update.md)