Help to install WordPress on freenas

Eysiox

Dabbler
Joined
Apr 10, 2020
Messages
26
Hello I am a user of 'FreeNAS-11.3-U2' and I would like to install worldpress to host my website but I found no documentation / tutorial on the subject
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
You create a jail. Once you did that you have a complete independent FreeBSD system inside the jail at your disposal. Then you use whatever tutorial suits you best to install Wordpress on FreeBSD.
 

Eysiox

Dabbler
Joined
Apr 10, 2020
Messages
26
The system FreeBSD starts automatically once the prison is created and precisely I can't find any tutorial on my version of current freenas
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
This tutorial works on FreeBSD 11 inside the jail you created.
Once you have a jail up and running and are able to ssh into it and the jail can reach the Internet, you have an independent FreeBSD server. This is not a FreeNAS topic, anymore. You can install anything that runs on FreeBSD.

That is the point of jails.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
P.S. The tutorial is a bit outdated it seems, because it uses PHP 7.0 which is out of support. Replace with PHP 7.2 probably.
Or use the search engine of your least distrust to find a more up-to-date tutorial.

My point is: how to install $ANYTHING in a FreeNAS jail is generally not a FreeNAS issue at all. Once the jail is up and running, FreeNAS' job is done. You should refer to the particular application's installation manual which frequently enough even covers FreeBSD nowadays or is generic enough to be easily applicable. Like e.g. Nextcloud with their next to perfect Nginx config snippets that are mostly copy, paste, enjoy ...
How to install e.g. Nginx in the jail is not a FreeNAS topic. We as a community try to help as much as we can but on many occasions there are just better platforms - like probably Wordpress forums in your case.
 

Eysiox

Dabbler
Joined
Apr 10, 2020
Messages
26
I made the order: sudo pkg install mod_php70 php70-mysqli php70-xml php70-hash php70-gd php70-curl php70-tokenizer php70-zlib php70-zip
but it didn't work.
 

Attachments

  • Capture.PNG
    Capture.PNG
    8.4 KB · Views: 884
Top