This example use PHP, Mysql and XAMPP
- Go to xampp directory where you installed XAMPP
- Open xampp-control.exe
- Start apache/mysql
- Go to mysql admin GUI: http://localhost/phpmyadmin/
- Go to "Import" feature.
- In "File to import" section.
- Select file arcgis-php-mini-converter/database/spaghetti_schema.sql and "Go"
- Select file arcgis-php-mini-converter/database/spaghetti_data.sql and "Go"
- Copy "arcgis-php-mini-converter" directory to xampp/htdocs/ (<<= your root context)
- Try this http://localhost/arcgis-php-mini-converter/2d-example.html
- DONE!