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. Depending on your OS, please update docker-compose.yml image value for your mySQL server (Amd64 vs Arm64 architecture).
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
Note: Make sure you have enough virtual disk space allocated to Docker to run the mySQL instance.
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!