mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-07-28 18:21:22 +00:00
No description
| android | ||
| backend | ||
| .gitattributes | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE | ||
| README.md | ||
Hauk
Hauk is a fully open source, self-hosted location sharing service. Install the backend code on a PHP-compatible web server, install the companion app on your phone, and you're good to go!
Installation instructions
- On your server, install Memcached, PHP and a web server.
- Copy everything in the "backend" folder in this repository to somewhere in your web root.
- Modify config.php to your liking.
- Start Memcached and the web server.
- Install the companion Android app on your phone.