Opensource Karst Information System - A PHP/MySQL web application for managing speleological and karst geological data (caves, springs, glaciers, fauna surveys).
- GIS mapping with coordinate system transformations (Proj4)
- 3D cave visualization (CaveView.js)
- Multi-region support with customizable themes
- Data export: KML, GPX, JSON, Shapefile
- REST API endpoints
- PHP 7+
- MySQL/MariaDB
- Apache/Nginx web server
-
Copy
extra/openkis_config.local.example.phptoextra/openkis_config.local.php -
Configure database credentials:
$_FN['xmetadb_mysqlhost'] = 'localhost'; $_FN['xmetadb_mysqldatabase'] = 'your_database'; $_FN['xmetadb_mysqlusername'] = 'your_user'; $_FN['xmetadb_mysqlpassword'] = 'your_password';
-
Upload files to your web server
-
Navigate to
http://[your-domain]/ -
Run the installation wizard
