https://github.com/janit/ezplatform-storelocator
A store locator app built using OpenStreetMap, Leaflet.js and GeoJSON. eZ Platform for data storage.
https://github.com/janit/ezplatform-storelocator
ezplatform ezplatform-bundle ezplatform-example
Last synced: 17 days ago
JSON representation
A store locator app built using OpenStreetMap, Leaflet.js and GeoJSON. eZ Platform for data storage.
- Host: GitHub
- URL: https://github.com/janit/ezplatform-storelocator
- Owner: janit
- License: other
- Created: 2019-10-15T09:05:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:44:38.000Z (over 3 years ago)
- Last Synced: 2026-04-26T05:08:18.655Z (about 2 months ago)
- Topics: ezplatform, ezplatform-bundle, ezplatform-example
- Language: Shell
- Homepage: https://ezplatform.com/blog/store-locator-openstreetmap-leaflet-geojson
- Size: 673 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eZ Platform Store Locator
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.
### Installation
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
## eZ Platform is now Ibexa DXP
Going forward from version 3.2 eZ Platform (Enterprise Edition) will be known as the [Ibexa DXP technology](https://www.ibexa.co/products) that is the base for three products: [Ibexa Content](https://www.ibexa.co/products/ibexa-content), [Ibexa Experience](https://www.ibexa.co/products/ibexa-experience) and [Ibexa Commerce](https://www.ibexa.co/products/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](https://www.ibexa.co/blog/product-launch-introducing-ibexa-dxp-3.2) and the [Ibexa developer portal](https://developers.ibexa.co).