-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Niklas Loos edited this page Apr 18, 2020
·
1 revision
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.
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.
Follow the following steps to install it:
- Download the ZIP Archive of the latest version.
- 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- 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- Installation is done. Have fun with the plugin.