Skip to content

Installation

Craig Crosby edited this page Apr 25, 2019 · 1 revision

Automatically

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

Manually

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

image

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

Clone this wiki locally