WordPress installation script for OpenIndiana (with security hardening)

📥 Télécharger wp_oi.sh

Introduction

This is a fully automated Bash script that deploys a production-ready WordPress 6.8.2 instance on OpenIndiana (illumos) using native packaging and SMF services.
Since there is very little documentation or tooling for WordPress on OpenIndiana, I thought this script could be useful to others.


Pre-checks


System packages


MariaDB setup


WordPress installation


Apache + TLS + WAF


PHP


Services


Summary


Usage

Just run the script as root on a fresh OpenIndiana system (min or Text etc.)
You still need to reconfigure TLS (this script only sets up a self-signed certificate) according to your domain, and possibly reopen MariaDB connections if you need monitoring.
And of course, set up your firewall and additional security modules.

Here it is : https://git.asdf.cafe/majekla/OpenIndiana/raw/branch/master/wp_oi.sh

Good Luck everyone !


⬆️ Retour en haut de la page