-
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.
Merged in feature/readme (pull request #8)
Update Readme.md Approved-by: Richard Korthuis
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 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 |
---|---|---|
|
@@ -26,6 +26,10 @@ In all scenarios the OpenKaarten Geodata plugin needs to have the following inst | |
* [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. | ||
|
||
If you chose for option 2 (new WordPress installation), you will probably need to install a WordPress theme. Since the OpenKaarten plugin is a REST API, it can be used in any WordPress theme. | ||
|
@@ -45,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 | ||
|
||
|
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