This is an application created in the article discussing building a storelocator with OpenStreetMap using Leaflet.js and GeoJSON. The back end used to store the data is eZ Platform (version 2.5), a leading Open Source DXP built using the Symfony framework.
Here is a rough overview of how to get this up and running on a machine with PHP, MySQL, etc. core requirements already in place:
- Clone this repository
- Run
composer install
- Run
./bin/console ezplatform:install clean
- Run
./bin/console kaliop:migrations:migrate
- Install Symfony CLI from https://symfony.com/download
- Run
symfony server:run
- Open https://127.0.0.1:8000/map.html
In case you run into trouble, read the full installation instructions here: Install eZ Platform
Going forward from version 3.2 eZ Platform (Enterprise Edition) will be known as the Ibexa DXP technology that is the base for three products: Ibexa Content, Ibexa Experience and Ibexa Commerce. Instructions in this code should be relevant since Ibexa DXP is an evolution of eZ Platform, not a revolution. Learn more from the Ibexa DXP v3.2 launch post and the Ibexa developer portal.