This repositroy contains all WooCommerce plugins developed by @DePayFi.
- Pull submodules
git submodule update --recursive --init
git submodule update --recursive --remote
-
Install PHP & MYSQL
-
Create "woocommerce" database
-
Start server
php -S 127.0.0.1:8000
- Visit localhost:8000 to install wordpress
Make sure the server is stopped before creating the symlink.
rm -rf ./wp-content/plugins/depay-woocommerce-payments
ln -s /Users/Sebastian/Work/DePay/web3-woocommerce-depay-payments ./wp-content/plugins/depay-woocommerce-payments
Make sure you reset your local git repository once you're done testing with the symlink:
git reset HEAD --hard
Release individual plugins through their plugin submodules.