Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardo-melo-martins/prestashop-docker-skeleton
⚡ RMM ⚡ Prestashop Docker for Dev
https://github.com/ricardo-melo-martins/prestashop-docker-skeleton
ecommerce php prestashop
Last synced: 13 days ago
JSON representation
⚡ RMM ⚡ Prestashop Docker for Dev
- Host: GitHub
- URL: https://github.com/ricardo-melo-martins/prestashop-docker-skeleton
- Owner: ricardo-melo-martins
- License: mit
- Created: 2023-12-02T15:20:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T03:15:19.000Z (10 months ago)
- Last Synced: 2024-10-11T00:41:12.154Z (about 1 month ago)
- Topics: ecommerce, php, prestashop
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ⚡ RMM ⚡
# Prestashop Docker
Prestashop is an open-source e-commerce store.
Runs virtualized in Docker to accelerate and assist in the development of libraries and themes`I use this repo for development, POCs and testing or learning new technologies and I do not recommend using it in production.`
## Requirements
- Docker desktop > 18.x
## Install
``` bash
$ git clone [email protected]:ricardo-melo-martins/prestashop-docker-skeleton.git
```
and```
$ cd prestashop-docker-skeleton
```## Settings
Copy `.env.example` to `.env`
Update `.env` variables (optional)
## Build and Running
``` bash
docker-compose -f docker-compose.yml -p up -d```
or
``` bash
$ ./bin/up
```## Access
Store URL
```
http://localhost:8080
```Admin Store URL
```
http://localhost:8080/admin-dev
```Database admin URL
```
http://localhost:8081
```## Status
``` bash
$ ./bin/status
```## Clear/Remove
``` bash
docker compose --project-name down --volumes
```or
``` bash
$ ./bin/rm
```## License
It is free under the MIT license and for more information see [here](LICENSE).
With fun and :heart: by [Ricardo Melo Martins](https://github.com/ricardo-melo-martins).