This project was developed as part of our reasearch of Bengali Geonames for Bengali Geowordnet.
You can obtain the paper at Academia at: Geonames Classification for Bengali Geowordnet
(https://www.academia.edu/26308394/Geonames_Classification_for_Bengali_Geowordnet)
- Get the database file and use the tool
mysql2sqlite
(https://github.com/bengali-geowordnet/mysql2sqlite) to convert it to sqlite DB. - Rename the DB as "geonamesSQLite" and drop it into /application/database folder.
- Change "active_group" variable in "/application/config/database.php" to 'development'.
- Launch app using "php -S localhost:8080" from cli.