Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sterretje-cluster:appcluster-hosting_wordpress [2018/03/01 17:34] – created hugo | sterretje-cluster:appcluster-hosting_wordpress [2026/05/27 14:01] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Wordpress | + | ====== Wordpress |
| - | Dit beschrijft de basis installatie van Wordpress op onze netboot hosting omgeving. Een vereiste voor deze opzet is dat de webserver de juiste vhost configuratie heeft. Neem contact op met onze servicedesk | + | Dit beschrijft de basis installatie van Wordpress op onze netboot hosting omgeving. Een vereiste voor deze opzet is dat de webserver de juiste vhost configuratie heeft. Neem contact |
| ===== Inleiding ===== | ===== Inleiding ===== | ||
| Line 24: | Line 24: | ||
| Om wp-cli te kunnen gebruiken, zal dit gedownload moeten worden. | Om wp-cli te kunnen gebruiken, zal dit gedownload moeten worden. | ||
| Download de laatste installatie vanaf: [[http:// | Download de laatste installatie vanaf: [[http:// | ||
| - | < | + | < |
| ssh upload-sites.omroep.nl | ssh upload-sites.omroep.nl | ||
| curl -O https:// | curl -O https:// | ||
| chmod +x wp-cli.phar | chmod +x wp-cli.phar | ||
| + | </ | ||
| + | \\ | ||
| + | Als je eenmaal wordpress hebt geinstalleerd, | ||
| + | <code php> | ||
| + | /** File-permissions */ | ||
| + | define( ' | ||
| + | define( ' | ||
| </ | </ | ||
| Line 34: | Line 41: | ||
| Je kunt bijvoorbeeld core,plugin en theme updates doorvoeren met de volgende commando' | Je kunt bijvoorbeeld core,plugin en theme updates doorvoeren met de volgende commando' | ||
| - | < | + | < |
| ./ | ./ | ||
| ./ | ./ | ||
| Line 41: | Line 48: | ||
| Om een specifieke plugin te installeren en te activeren doe je: | Om een specifieke plugin te installeren en te activeren doe je: | ||
| - | < | + | < |
| ./ | ./ | ||
| </ | </ | ||
| Line 47: | Line 54: | ||
| ==== Cronjob ==== | ==== Cronjob ==== | ||
| Om de updates te automatiseren, | Om de updates te automatiseren, | ||
| - | < | + | < |
| MAILTO=" | MAILTO=" | ||
| PATH=/ | PATH=/ | ||
| Line 57: | Line 64: | ||
| 7 15 * * * ~/ | 7 15 * * * ~/ | ||
| </ | </ | ||
| + | |||