8000 GitHub - michelematteini/tarallo: A minimalistic trello alternative with no dependencies, only requiring PHP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A minimalistic trello alternative with no dependencies, only requiring PHP.

License

Notifications You must be signed in to change notification settings

michelematteini/tarallo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tarallo

Minimalistic card-based TODO lists in Vanilla JS. Build as an easy to host Trello alternative with no dependencies, only requiring PHP 7. Compatible with any DBMS suported by PHP PDO (see https://www.php.net/manual/en/pdo.drivers.php). Preview1

To try it out

Just create an account here: https://trytarallo.altervista.org You will also be able to access a showcase board. Mind that the the above instance data will be periodically wiped out!!

To host an instance:

On an existing web server

  1. copy the content of source/ to your web server (sub-directories work fine)
  2. modify php/config.php to set DB_DSN to the db connection string (and optionally other parameters).
  3. ensure the source/ directory is writable by the application by setting the appropriate permissions: sudo chmod -R 777 source

Docker

  1. update variables (database password) in .env file
  2. run docker compose build from project root
  3. run docker compose up -d
  4. access site via http://localhost:8080

Updating an instance to a new version:

  1. log-out from Tarallo
  2. copy the content of source/ to your web server, overriding existing files
  3. the first reload of the login page will also upgrade your db to the last version

Additional settings can be found in the "tarallo_settings" DB table. Preview2 Preview3

About

A minimalistic trello alternative with no dependencies, only requiring PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0