-
Notifications
You must be signed in to change notification settings - Fork 28
Installation
Craig Crosby edited this page Apr 25, 2019
·
1 revision
1.) If your Kanboard installation is configured to install from the app, simply find it in the plugins directory and choose install.
2.) Restart your server
1.) Download the latest versions supplied zip file, it should be named Customizer-x.xx.x.zip
- I advise not install from source or master
2.) Unzip to the plugins folder.
- your folder structure should look like the following:
plugins
└── Customizer <= Plugin name
├── Assets
├── Controller
├── Helper
├── Locale
├── Model
├── Schema
├── Template
├── vendor
├── LICENSE
├── Plugin.php
├── README.md
├── _config.yml
├── composer.json
└── composer.lock
3.) Restart your server