Skip to content

Installation

Niklas Loos edited this page Apr 18, 2020 · 1 revision

Installation Guide

This installation Guide focuses on installing the plugin manually for developing purposes. Currently I haven't uploaded it yet to the WordPress plugin repository but this will be done in the future to install the plugin for production use.

Requirements

The only thing you really need is a working WordPress Installation because obviously it is a WordPress plugin. The PHP Version you need for WordPress should be enough for the plugin.

Install

Follow the following steps to install it:

  1. Download the ZIP Archive of the latest version.
  2. Unzip the archive to the WordPress plugin folder under [wordpress]/wp-content/plugins. E.g. with following command line under Linux (Replace [wordpress] with your path to the WordPress installation folder):
unzip iswi-kitchen-run-master.zip -d [wordpress]/wp-content/plugins
  1. Install 3rd party libraries needed for the plugin with composer using following command line in the plugin directory that was created in the last step:
php composer.phar install
  1. Installation is done. Have fun with the plugin.

Clone this wiki locally