Current Version 0.2 - Early Days!
Monocle Standalone Frontend or MSF for short is a PHP Map Interface for the Monocle Scanner designed to be completely standalone and able to run on any traditional web server
It supports all the common database engines, including MySQL, MariaDB, Postgres, MsSQL, SQLite
- Download the Source Zip and Extract the Files to your Web Host
- Navigate to your Web Host and
git clone https://github.com/Nuro/MSF.git
- Edit the config.php file making sure to add your database details including database type and port if different to standard. Google API Key and starting Lat/Lon
- Browse to your website and run the /install.php for example.... mywebsite.com/install.php. If you see a white screen with no errors your map should now work, go to your website and enjoy the map!
- Database wont connect but I know the details are correct. In this scenario make sure you have the php-database driver installed. For example php7.0-mysql for mysql or php7.0-pgsql for Postgrel
Join us on Discord for any feedback, requests, ideas! https://discord.gg/mD6fHaG
-
Noctem for the awesome Monocle Scanner! https://github.com/Noctem/Monocle
-
Medoo for the ORM framework: http://medoo.in