Initial Release
This repository sets up a training Docker instance that runs the latest version of IRIS for Health off the Community docker image.
This project helps developers connect IRIS data to WordPress, whether you’re building SEO tools, dynamic content, or custom APIs. This tool is designed for scalability and includes:
The biotech SEO demo (included) shows how to auto-generate metadata, but the framework works for e-commerce, publishing, internal tools, and more.
WP Iris Code Generator
Demo: Biotech SEO Plugin
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory e.g. like it is shown below:
$ git clone git@github.com:sncoker/wp-iris-project.git/
Open the terminal in this directory and run:
$ docker-compose up -d --build
The management portal is available at:
Management portal
Login: _system/SYS
To access biotech demo WordPress: WordPress Demo URL
WordPress Demo Website and Plugins Documentation
The WP Iris Framework been provided in: src\WordPressAPI\Framework\
.
WP Iris Framework Documentation
Documentation
API Testing Documentation
Postman Collection
There is a Postman Collection located in the testing
folder:
testing\wp_iris_framework.postman_collection.json
Using VSCode and ObjectScript plugin, IRIS for Health Community Edition in Docker, IRIS openapi API, WordPress, PHP, and Javascript.
Any collaboration is very welcome! Fork and send Pull requests!