Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Wadka

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.

Here is the list of e-commerce platforms that Wadka can work with:

Future Plan
EC-Cube, PrestaShop, OpenCart are coming!

Dependencies

  • jq v1.5 or above.

Usage

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 is latest.

Example:

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.

01

Make it global

cp wadka /usr/local/bin/wadka

Container Details

WooCommerce

Versions Supported

  • latest (wadka up woocommerce)

Database
DB Host: db
DB Name: www
DB User: root
DB Password: root

Access
http://127.0.0.1

About

Docky is a dockerizer application to help developer run up various dev servers.

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.