ulogger-server/README.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

2017-04-13 10:25:04 +02:00
# ![ulogger_logo_small](https://cloud.githubusercontent.com/assets/3366666/24080878/0288f046-0ca8-11e7-9ffd-753e5c417756.png)μlogger
2017-03-16 12:46:22 +01:00
2017-04-10 22:46:56 +02:00
This is a web application for real-time collection of geolocation data, tracks viewing and management.
2017-03-16 12:46:22 +01:00
Together with a dedicated [μlogger mobile client](https://github.com/bfabiszewski/ulogger-android) it may be used as a complete self hosted serverclient solution for logging and monitoring users' geolocation.
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## Live demo:
2017-01-30 21:36:44 +01:00
- http://flaa.fabiszewski.net/ulogger/
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## Requirements:
- PHP 5.5 (5.4 with [password_compat](https://github.com/bfabiszewski/ulogger-server/blob/master/helpers/user.php#L24))
2017-04-10 22:46:56 +02:00
- MySQL 4.1
2013-06-23 23:53:19 +02:00
- browser with javascript enabled, cookies for authentication and saving preferences
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## Features:
2013-06-19 13:27:14 +02:00
- simple
- allows live tracking
- track statistics
- altitudes graph
- multiple users
- user authentication
- Google Maps API v3
2017-01-30 21:36:44 +01:00
- OpenLayers v2 (OpenStreet and other layers)
2017-04-10 22:46:56 +02:00
- ajax
2013-06-23 23:53:19 +02:00
- user preferences stored in cookies
2017-03-16 12:46:22 +01:00
- simple admin menu
2013-06-19 13:27:14 +02:00
2017-04-04 17:03:58 +02:00
## Install
2017-04-10 22:46:56 +02:00
- Download the zip or clone the repository on your computer
- Move it to your web server directory
- Use script/ulogger.sql file to create database and tables (you can use a MySQL interface such as [PhpMyAdmin](https://www.phpmyadmin.net))
- Create a copy of config.default.php and rename it config.php. Add database credentials in it
- Make sure you have a web server running, e.g. Apache, also PHP and MySQL
- Open a browser and go to http://your_local_server/ulogger-server/
- Connect with admin/admin
- **Change admin password**
- Create other user if needed
2017-04-04 17:03:58 +02:00
2017-03-16 12:46:22 +01:00
## Todo
2013-06-21 11:15:09 +02:00
- install script
2013-06-23 00:17:28 +02:00
- custom icons
2017-01-30 23:46:25 +01:00
- track editing
- track display filters (accurracy, provider)
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## License
2013-06-19 13:27:14 +02:00
- GPL
2017-04-04 17:03:58 +02:00
- μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app
2017-04-10 22:46:56 +02:00
- most icons come from [iconmonstr](https://iconmonstr.com)