Wadka is a dockerizer application built specifically for runnig up e-commerce applications (for development purpose).
He helps developer to build up a proper environment that let you just focus and work on only your thing without worrying about setting up server / application.
Future Plan
EC-Cube, PrestaShop, OpenCart are coming!
- jq v1.5 or above.
Clone or download the repository into your local machine.
Then, to run Wadka, execute the following command right away in your terminal program:
wadka up [platform[:version(optional)]] [app_name(optional)]
Note: Default of the
version
parameter islatest
.
wadka up woocommerce:latest my-woocommerce
Wadka will create a new folder app/my-woocommerce
. Then, deploy all build-related files into a folder you've assigned.
Once finished, you will be able to edit or make any changes inside app/my-woocommerce/html
. It will sync automatically to your Docker container as well.
cp wadka /usr/local/bin/wadka
- latest (
wadka up woocommerce
)
Database
DB Host: db
DB Name: www
DB User: root
DB Password: root
Access
http://127.0.0.1