Download the PHP package ounziw/ounziw_osm without Composer
On this page you can find all versions of the php package ounziw/ounziw_osm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ounziw/ounziw_osm
More information about ounziw/ounziw_osm
Files in ounziw/ounziw_osm
Package ounziw_osm
Short Description Concrete package to display maps using OpenStreetMap
License MIT
Homepage https://github.com/ounziw/Free-Map
Informations about the package ounziw_osm
Free Map package for Concrete CMS
This repository contains the source code of the Free Map package of Concrete CMS.
Developers Instructions
This package comes with Leaflet.
If you want to update it, or use a development (uncompressed) version of it, you need NodeJS and NPM.
Building for production
If you want to use a compressed version of leaflet, you need to
- Install the NPM dependencies with
npm ci - Execute
npm run prod
Building for development
If you want to use an uncompressed version of leaflet, you need to
- Install the NPM dependencies with
npm ci - Execute
npm run dev
Update leaflet
If you want to update leaflet to the most recent version, you need to:
- Update the NPM dependencies with
npm update - Execute
npm run prod
Publish a new version
In order to publish a new version (let's assume 1.2.3 for example):
- Set the value of the
$pkgVersionproperty of the package controller to1.2.3 - Commit the changes to GIT
-
Create a GIT tag:
-
Push the changes to GitHub (including the tags):
- Create the ZIP archive to be uploaded to the marketplace by running the
create-marketplace-zipscript in thebindirectory - Upload the ZIP archive to the ConcreteCMS marketplace