After creating a basic jail do this:
Step 1 Configue the the Jail to Use SSH
https://www.ixsystems.com/documentation/freenas/11.2-U6/jails.html#accessing-a-jail-using-ssh
Step 2 – Setup Apache, MySQL and PHP – NOTE: Make changes for your version of PHP
https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1
with minor changes from
https://www.howtoforge.com/install-apache-php-mysql-on-freebsd-12/
Step 3 – install workpress
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-apache-on-freebsd-10-1
Tag: php
PHP Script to return random D&D Monster name
I wanted to have a quick an easy way to get a random name, from say a list of D&D monsters.
But I wanted the script to be accessible from anywhere on the network.
So I wrote this simple PHP script and put it on a web server.
Continue reading PHP Script to return random D&D Monster name