Skip to content

Installation

  1. Install and activate WooCommerce.
  2. Install and activate License Server.
  3. Confirm the plugin activates without fatal errors.

On activation, License Server creates the custom tables it needs for:

  • software releases
  • licenses
  • activations
  • logs

If you are working on the plugin locally, the main commands are:

Terminal window
bun install
composer install
bun run build
bun run package-plugin

The production release, an installable zip file, is created from the plugin repository’s packaging workflow (not from this docs site).