studiocreativateam/docker-prestashop
最新稳定版本:0.1.3
Composer 安装命令:
composer create-project studiocreativateam/docker-prestashop
包简介
Docker Prestashop
关键字:
README 文档
README
This package is used as a docker for Prestashop
Usage
- Update your .env file. Set ports, names and password to database.
- Run command
make upormake up-winfor windows and wait up to 5 mins after first run. - Go to website http://localhost:8000 <- port from .env file.
- Go to phpmyadmin http://localhost:8080 <- port from .env file.
Usefully commands
- Docker start:
make upormake up-win - Docker stop:
make downormake down-win - Go do bash:
make bashormake bash-win - Make database backup:
make db-dump
Import DB
docker exec -i project_mysql mysql -uprestashop -psecret prestashop < dumps/dump.sql
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-11