An open API service indexing awesome lists of open source software.

https://github.com/hmknapp/woocommerce-docker


https://github.com/hmknapp/woocommerce-docker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

== Ready to Use WooCommerce

=== Launch

`docker-compose --env-file .env up`

=== Configure

Edit `.env`

.Minimum Configuration
. `NGROK_TOKEN`
+
Optional. To start ngrok inside docker and create a temporary URL
+
. `WORDPRESS_HOST`
+
Optional. E.g. with permanent ngrok outside docker: `ngrok http https://localhost:8443`
+
. `PLUGIN_URL`
+
Optional. URL to git repository or `.zip` file
+
. `PLUGIN_VERSION`
+
Optional. Default: `master`. Can be branch, tag, commit. Ignored if `PLUGIN_URL` points to `.zip` file

//-

NOTE: Plugin name is derived from name of first directory in repo or `.zip`.