# Plugin Development - Test installation

**URL:** https://kanboard.discourse.group/t/plugin-development-test-installation/2639
**Category:** Open Discussions
**Created:** [February 25, 2023, 5:48pm UTC](https://kanboard.discourse.group/t/plugin-development-test-installation/2639 "2023-02-25T17:48:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nonlinearsound](https://avatars.discourse-cdn.com/v4/letter/n/bbce88/32.png) [@Nonlinearsound](https://kanboard.discourse.group/u/Nonlinearsound)
#### Post date: [February 25, 2023, 5:48pm UTC](https://kanboard.discourse.group/t/plugin-development-test-installation/2639/1 "2023-02-25T17:48:48Z")

</div>

Hello everyone,  
I am just starting to develop a plugin for Kanboard.  
I have not yet found information about how to install a plugin during development on a local Kanboard installation.  
How would I do this?  
What are the files that I would need to edit or would I need to add some information to any of the tables in the db.sqlite file?

Thanks a lot in advance!

---

<div class="post-metadata">

### Author: ![creecros](https://yyz2.discourse-cdn.com/free1/user_avatar/kanboard.discourse.group/creecros/32/156_2.png) [@creecros](https://kanboard.discourse.group/u/creecros)
#### Post date: [February 26, 2023, 12:24am UTC](https://kanboard.discourse.group/t/plugin-development-test-installation/2639/2 "2023-02-26T00:24:16Z")

</div>

aljawaid has a good skeleton for plugins.

> **[GitHub - aljawaid/KanboardSkeletonPlugin: This template repository is the...](https://github.com/aljawaid/KanboardSkeletonPlugin)**
>
> This template repository is the basic structure of a Kanboard Plugin. Use any part of this repository to create and develop your Kanboard Plugin. - GitHub - aljawaid/KanboardSkeletonPlugin: This te...

should get you started.

and then read the basic plugin dev docs  
[https://docs.kanboard.org/v1/plugins/](https://docs.kanboard.org/v1/plugins/)

and from there study other plugins.

as for your first question, you would install a plugin for dev, the same way as any other plugin, you just need all the proper naming conventions.
