Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalacato committed Dec 5, 2024
1 parent 7c9d859 commit 9a3279c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ In all scenarios the OpenKaarten Geodata plugin needs to have the following inst
* [OpenPub Base](https://github.com/OpenWebconcept/plugin-openpub-base/)
* [CMB2](https://wordpress.org/plugins/cmb2/)
* [OpenKaarten Geodata](https://github.com/OpenWebconcept/plugin-openkaarten-geodata-for-posts)

Furthermore, the OpenKaarten Base plugin needs a package with base functions to be installed. This package can be installed via composer (see instructions further on) and is called:

* [OpenKaarten Base Functions](https://github.com/OpenWebconcept/package-owc-openkaarten-functions/)

With this installed you can use the OpenKaarten Geodata plugin in your WordPress website.
Expand All @@ -46,11 +49,13 @@ At this point manual installation is not supported, because of composer dependen

### Composer installation

1. `composer source [email protected]:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git`
2. `composer require acato/openkaarten-geodata-for-posts`
3. `cd /wp-content/plugins/openkaarten-geodata-for-posts`
4. `npm install && npm run build`
5. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress.
1. `composer source [email protected]:OpenWebconcept/package-owc-openkaarten-functions.git`
2. `composer require acato/openkaarten-base-functions`
3. `composer source [email protected]:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git`
4. `composer require acato/openkaarten-geodata-for-posts`
5. `cd /wp-content/plugins/openkaarten-geodata-for-posts`
6. `npm install && npm run build`
7. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress.

## Usage

Expand Down

0 comments on commit 9a3279c

Please sign in to comment.