https://github.com/rambodrahmani/dynamo
DYNAMO: A Raspberry Pi based Captive Portal.
https://github.com/rambodrahmani/dynamo
dns dns-server dynamo javascript mysql mysql-database mysql-server mysqli mysqli-library php raspberry-pi
Last synced: 8 months ago
JSON representation
DYNAMO: A Raspberry Pi based Captive Portal.
- Host: GitHub
- URL: https://github.com/rambodrahmani/dynamo
- Owner: rambodrahmani
- License: other
- Created: 2015-06-20T22:13:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T08:00:08.000Z (over 9 years ago)
- Last Synced: 2024-11-07T19:06:57.436Z (11 months ago)
- Topics: dns, dns-server, dynamo, javascript, mysql, mysql-database, mysql-server, mysqli, mysqli-library, php, raspberry-pi
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DYNAMO
DYNAMO: A Raspberry Pi based Captive Portal.Requirements:
1. Apache Web Server.
2. MySQL Server.
3. PHP (With MySQLi extension).
How-to:
1. Get Apache and MySQL Server up and running.
2. Execute the SQL queries in "database.sql".
3. Some configurations are needed:
1. Assign the IP Address of the RPi to the PRIMARY and SECONDARY DNS Server of you router.
2. Set the required parameters in "config.php".
4. Run start.php from terminal.--
Rambod Rahmani <>