

You should see the following output: :~# php -v Once this repo is added you can proceed to install the PHP 7.4 version sudo apt install php7.4 php7.4-mbstring php7.4-imap php7.4-mysql libapache2-mod-php7.4 php7.4-gd php7.4-json php7.4-xml php7.4-opcache php7.4-gdĪfter the installation you can check the version with the following command on your server: php -v Install PHP 7.4 version with extensionsįirst add the Ondrej repository: sudo apt install software-properties-common Once, the Apache web server is installed enable and start the service: sudo systemctl enable apache2 Install Apache2 Web Server sudo apt install apache2 VPS with at least 1GB of RAM (Our SSD 1 VPS plan)īefore we start with the installation of Kanboard we need to update the system: sudo apt update -y & sudo apt upgrade -y Step 2.User privileges: root or non-root user with sudo privileges.Installing Kanboard is a very easy and straightforward process that can take up to 10 minutes. Kanboard is written in PHP and uses SQLite as a database system. Also, Kanboard comes with a command-line interface and automation of everyday tasks. There is a drag and drop web user interface with columns like Backlog, Work In progress, Quality check, Done and etc. It helps to visualize the work of the developers or any other users, that need to have a better view of their tasks. Kanboard is an open-source project management system that uses Kanban board. In this tutorial we are going to provide you with step-by-step details on how to Kandboard on Debian 11.
