Attachment Downloader Plugin Installation
Introduction
Restyaboard is an open source alternative to Trello, but with smart additional features like offline sync, diff /revisions, nested comments, multiple view layouts, chat, and more. And since it is self-hosted, data, privacy, and IP security can be guaranteed.
Restyaboard is more like an electronic sticky note for organizing tasks and todos. Apart from this, it is ideal for Kanban, Agile, Gemba board and business process/workflow management. It can be extended with productive plugins
Today, several universities, automobile companies, government organizations, etc from across Europe take advantage of Restyaboard.
This document contains information about how to install and configure Agile WIP Plugin from admin panel.
What you'll learn
- How to install Attachment Downloader Plugin
- How to download card attachments using the Attachment Downloader Plugin
Video Tutorial
For step-by-step instructions about Attachment Downloader Plugin Installation, refer YouTube video
How to install Attachment Downloader Plugin?
Requirement
PHP ZIP
should be installed for downloading all attachments of the card in the zip file format.
Installation Steps
- Download Attachment Downloader app
- Goto Restyaboard installation root directory. e.g., directory:
/usr/share/nginx/html/restyaboard/
- Unzip the downloaded Attachment Downloader app to your root directory
- Give file permission to unzipped files located in
client/apps/r_attachment_downloader/
path. e.g.,chmod -R 0777 client/apps/r_attachment_downloader/
- Execute the
r_attachment_downloader.sql
in your Restyaboard database, located inclient/apps/r_attachment_downloader/sql/
directory - Add the line
rewrite ^/download/([0-9]*)/([0-9]*)/([a-z0-9]*)$ /server/php/plugins/AttachmentDownloader/download.php?board_id=$1&card_id=$2&hash=$3 last;
afterline 23
in theRestyaboard configuration file
which is in the/etc/nginx/conf.d
folder and restart theNginx
bysystemctl restart nginx
- Clear the browser cache, and login again to view the installed Attachment Downloader app on your Restyaboard.
How to download card attachments using the Attachment Downloader Plugin
- If the card has the attachments, then in front of the card, there is a
Download Icon
in front of the card for downloading all attachments of the card. - In the
Modal Card
page, near theAttachment Header
there will be aDownload Icon
for downloading all attachments of the card.