Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 885 Bytes

DEVELOPMENT.md

File metadata and controls

29 lines (25 loc) · 885 Bytes

Development

Prerequisites

Setup

  1. Clone the repository:
    git clone https://github.com/ICEPAY/ICEPAY-for-WooCommerce
  2. 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 in woocommerce-dev-xx with a number for example woocommerce-dev-05
    • EXPOSE_TOKEN must be entered
  3. Start the Docker containers
    docker-compose up -d
  4. Install and activate WordPress with WooCommerce and the ICEPAY plugin
    make install