bfabiszewski 0ebcb70335 Merge pull request #2 from amadeous/master
Add install process (since no install script) and default admin user
2017-04-09 14:10:32 +02:00
2017-04-07 22:26:47 +02:00
2017-04-07 19:13:39 +02:00
2017-01-30 21:36:44 +01:00
2017-04-07 19:53:13 +02:00
2017-04-07 22:26:47 +02:00
2017-01-30 21:36:44 +01:00
2017-04-07 08:04:07 +02:00
2017-04-07 22:26:47 +02:00
2017-04-07 22:26:47 +02:00

μlogger

This is a web application for real-time collection of geolocation data, tracks viewing and management. Together with a dedicated μlogger mobile client it may be used as a complete self hosted serverclient solution for logging and monitoring users' geolocation.

Live demo:

Requirements:

  • PHP 5.5
  • MYSQL 4.1
  • browser with javascript enabled, cookies for authentication and saving preferences

Features:

  • simple
  • allows live tracking
  • track statistics
  • altitudes graph
  • multiple users
  • user authentication
  • Google Maps API v3
  • OpenLayers v2 (OpenStreet and other layers)
  • ajax
  • user preferences stored in cookies
  • simple admin menu

Install

  1. Download the zip or clone the repository on your computer
  2. Move it to your web server directory
  3. Import the script/ulogger.sql file into a mysql database (you can use a msql interface such as PhpMyAdmin.)
  4. Create a copy of config.default.php and rename it config.php. Add database credentials in it.
  5. Make sure your web server is running (Apache, Php and Mysql)
  6. Go to http://your_local_server/ulogger-server/)
  7. Connect with admin/admin
  8. Change admin password
  9. Create other user if needed

Todo

  • install script
  • custom icons
  • track editing
  • track display filters (accurracy, provider)

License

  • GPL
  • μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app
Description
No description provided
Readme 6.2 MiB
Languages
JavaScript 48.4%
PHP 48.2%
CSS 2.1%
PLpgSQL 0.6%
Shell 0.5%
Other 0.1%