Skip to content

kayfairy/fado

Repository files navigation

fado

Manage shops, vehicles and commodities in administration panel. Calculate invoices and routes with fado server.

FadoScreenshot

Install

Ubuntu 20.04 required.

Download to /var/www/fado/ and run install script.

sudo sh /var/www/fado/install.sh

User

Open http://127.0.0.1 or https://127.0.0.1 and login as superuser fado with password rood.

Features

  • Mobile device support
  • User and access control
  • Adjust and save opening hours
  • Full Template Engine (HTML5, MVC, Forms, Direct Memory)

FadoOpeningHours

Database

MySQL database created is fado for user fado with password rood. Insert new credentials into database.csv.

Move file to /etc/fado/database.csv. Edit core/Loader.php:

4   define('DB_CONFIG_FILE', '/etc/fado/database.csv');

Demo

Go to https://127.0.0.1/?page=sqladmin and upload fado-demo.sql.

License

GPLv3 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages