- to act as an API for the geolocation of submitted Paris Traceroutes from CIRA
- to ingest traceroutes from the IXmapsClient
- to interface with the IXmaps website For more details, see github.com/ixmaps/ecosystem
cp application/config.sample.php application/config.php
- update eg DB values in there as needed
php -S 127.0.0.1:8001
to run a local server- modify the config.json in the website2017 directory to have the url_base value point at http://localhost:8001 (no trailing slash!)
Copyright (C) 2024 IXmaps. This code and repository github.com/ixmaps/php-backend are licensed under a GNU AGPL v3.0 license. These files are free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details gnu.org/licenses.