- Docker and Docker Compose
- Obtain a token by following the instructions at: https://expose.beyondco.de/docs/introduction to get a token
- Clone the repository:
git clone https://github.com/ICEPAY/ICEPAY-for-WooCommerce
- Create a copy of the example env file and modify the necessary settings in the .env file:
cp .env.example .env
- EXPOSE_HOST should be set to the expose server you want to connect to
- APP_SUBDOMAIN should be modified by replacing
-xx
inwoocommerce-dev-xx
with a number for examplewoocommerce-dev-05
- EXPOSE_TOKEN must be entered
- Start the Docker containers
docker-compose up -d
- Install and activate WordPress with WooCommerce and the ICEPAY plugin
make install