-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
docker-woocommerce-php8.2-wp6.4.1-wc2.9.0-woo8.3.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
![Woocommerce](https://woocommerce.com/wp-content/themes/woo/images/[email protected]) | ||
|
||
# Woocommerce Docker para desarrollo | ||
|
||
### PHP 8.2 + Wordpress 6.4.1 + Wordpress Cli 2.9.0 + Mysql 5.7 + Woocommerce 8.3.0 | ||
|
||
### Requerimientos | ||
|
||
**MacOS:** | ||
|
||
Instalar [Docker](https://docs.docker.com/docker-for-mac/install/), [Docker-compose](https://docs.docker.com/compose/install/#install-compose) y [Docker-sync](https://github.com/EugenMayer/docker-sync/wiki/docker-sync-on-OSX). | ||
|
||
**Windows:** | ||
|
||
Instalar [Docker](https://docs.docker.com/docker-for-windows/install/), [Docker-compose](https://docs.docker.com/compose/install/#install-compose) y [Docker-sync](https://github.com/EugenMayer/docker-sync/wiki/docker-sync-on-Windows). | ||
|
||
**Linux:** | ||
|
||
Instalar [Docker](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/) y [Docker-compose](https://docs.docker.com/compose/install/#install-compose). | ||
|
||
### Como usar | ||
|
||
De forma automática se creará una imagen Wordpress y Wordpress Cli, se instalará WooCommerce con el tema Storefront y se creará un producto de ejemplo. | ||
|
||
Para instalar Woocommerce, hacer lo siguiente y esperar 5 minutos: | ||
|
||
``` | ||
docker compose up | ||
``` | ||
|
||
Para Eliminar ejecutar y borrar las carpetas 'db_data' y 'wp_data': | ||
|
||
``` | ||
docker compose down | ||
``` | ||
|
||
### Paneles | ||
|
||
**Web server:** http://localhost:8000 | ||
|
||
**Admin:** http://localhost:8000/wp-admin | ||
|
||
user: admin | ||
password: admin |