- Simple light-weight self-hosted desktop web-calendar for single person.
- No installation, full control over DB, open-source.
- SQLite support for PHP must be enabled on Windows machines (https://php.net/manual/en/sqlite3.installation.php).
- Demo: http://haalendar.demo.alizada.xyz (database is being cleaned every 30 minutes).
Build instructions:
- Go to
frontendfolder and build Angular side:ng build --prod --baseHref /haalendar/ - Copy
frontend/dist/haalendar/folder to the<root of your web-server>. - Copy
backendfolder to the<root of your web-server>/haalendar/.
Update instructions:
- Frontend: clean
<root of your web-server>/haalendar/(exceptbackendfolder) and copy fromfronted/dist/haalendar. - Backend: overwrite
backend/rest.phpwith new one.