Content-Length: 272113 | pFad | http://github.com/dvdn/Kanbasks

E3 GitHub - dvdn/Kanbasks: Minimalist online tasks manager without javascript
Skip to content

dvdn/Kanbasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanbasks

Minimalist tasks manager, kanban style inspired.

A running instance is few files that weight only 32,0 kB.

dvdn_kanbasks_preview

It's a flat file database interaction as a json file is directly modified by your actions, for example 'data.json'

By challenge and to keep this project simple, no Javascript is used.

> See demo

Configuration

Clone or download it in your server.

Rename 'config.php.dist' to 'config.php' and adapt it according to your needs.

Job done :)

Local usage

To run it locally if you don't have PHP installed, you can use Docker to start an Apache/PHP server in few seconds.

For a very specific reason this project should run with an old PHP version. I recommand using a recent PHP image version.

Download this project, move it in a directory where you put some php projects, for example /home/zaphod/myprojects/php (adapt path for your configuration). Then run :

docker run -d --rm --name php-local -p 8082:80 -v /home/zaphod/myprojects/php:/var/www/html php:5.6-apache

This project will be accessible at : http://localhost:8082/Kanbasks/


Note : as this docker php container runs with www-data apache user, to avoid denied permissions problem you should give him rights to data/data.json file (or your custom one). For example :

sudo chown www-data:www-data data/*.json








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/dvdn/Kanbasks

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy