Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vidalguilherme/docker-prestashop
A Docker Compose Started Project with Prestashop
https://github.com/vidalguilherme/docker-prestashop
docker docker-compose prestashop
Last synced: about 1 month ago
JSON representation
A Docker Compose Started Project with Prestashop
- Host: GitHub
- URL: https://github.com/vidalguilherme/docker-prestashop
- Owner: VidalGuilherme
- Created: 2023-03-21T12:26:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T14:43:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T23:06:41.711Z (3 months ago)
- Topics: docker, docker-compose, prestashop
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A PrestaShop Docker Compose Starter Project
### Follow these steps to get started:
```shell
git clone https://github.com/VidalGuilherme/docker-prestashop.gitcd docker-prestashop
docker-compose up -d --build
```### Continue install:
* go to localhost (http://localhost:8585)
* follow the install steps
* use these credentials
* server: mysql
* database: prestashop
* user: root
* password: prestashoppass### When install is finished do some clean-up:
```shell
docker exec -it prestashop-cont /bin/bashrm -rf install
mv admin/ admin12345/exit
```### Now you have all access
* store: http://localhost:8585
* admin panel: http://localhost:8585/admin12345### Restart your containers
```shell
docker-compose down --remove-orphans && docker-compose up -d
```## What is PrestaShop
PrestaShop is a free and open-source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features.
> [www.prestashop-project.org](https://www.prestashop-project.org/)