-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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 | ||
|
||
|