- 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
frontend
folder and build Angular side:ng build --prod --baseHref /haalendar/
- Copy
frontend/dist/haalendar/
folder to the<root of your web-server>
. - Copy
backend
folder to the<root of your web-server>/haalendar/
.
Update instructions:
- Frontend: clean
<root of your web-server>/haalendar/
(exceptbackend
folder) and copy fromfronted/dist/haalendar
. - Backend: overwrite
backend/rest.php
with new one.