Skip to content

Latest commit

 

History

History
executable file
·
22 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
22 lines (12 loc) · 1.01 KB

Entity-Centric API integration for WordPress 4

A set of utilities for handling and consuming data sources for ECApi from within a WordPress installation

Requirements

To build the project you will need to have Bower and Composer installed. At the risk of stating the obvious, this is because this package does not come with the PHP and JavaScript dependencies of the project bundled with it.

To run the project after building it, you will need a WordPress 4 installation (so far only version 4.3 has been tested), and by extension a *AMP stack.

Building

From within the root dir of the project:

$ cd plugins/ecapi

Then, assuming Composer is installed either there or globally on your system:

$ php composer.phar install

The above command will also run Bower automatically as a post-install hook.

Finally, stage the whole ecapi directory into the wp-content/plugins of your WordPress.