Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/eduroam-db
A possible implementation of Eduroam Monitoring Database
https://github.com/stas/eduroam-db
Last synced: 2 days ago
JSON representation
A possible implementation of Eduroam Monitoring Database
- Host: GitHub
- URL: https://github.com/stas/eduroam-db
- Owner: stas
- Created: 2009-09-10T08:25:24.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T14:30:27.000Z (about 5 years ago)
- Last Synced: 2024-12-06T23:18:56.999Z (about 1 month ago)
- Language: PHP
- Homepage: http://monitor.eduroam.org/database.php
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# eduroam-db
*A possible implementation of Eduroam Monitoring Database*
Please consult the official webpage regarding specifications and other documentation.
## Dependencies
* PHP5
* SQLite3
* PHP5 SQLite PDO module
* mod_rewrite compatible web server## Install
Download the latest tar|zip package from http://github.com/stas/eduroam-db
Extract the contents in a directory accessible from a web browser.Got to app/config.php and edit the basic settings for web address and database location.
According to the path you set in the config.php populate the database like this:` $ sqlite3 path/to/database.db < db/schema.sql `
After it got to the web location of the installation and register.
To enable the xml files, you will need to add some rewrite rules. Check the sample-htaccess.txt for examples.
## License
* GPL: http://creativecommons.org/licenses/GPL/2.0/
## Authors
* Stas SUSHKOV ([email protected])
## Source Code
You can also clone the project with Git by running:
`$ git clone git://github.com/stas/eduroam-db`