WordPress: Difference between revisions
m s/Wordpress/WordPress/g |
Added the PHP category |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 9: | Line 9: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
Visit http://localhost to setup your new WordPress instance. By default, a | Visit http://localhost to setup your new WordPress instance. By default, a MariaDB server is configured automatically so you won't have to setup the database backend. | ||
== Configuration == | == Configuration == | ||
| Line 159: | Line 159: | ||
WordPress automatically performs an database and software upgrade as soon as a new package version is installed. Major version upgrades of the <code>pkgs.wordpress</code> package are performed between every new NixOS release. In case you wish to switch to a newer major WordPress version while staying on your latest NixOS version, you can choose between WordPress package versions available in the repository. | WordPress automatically performs an database and software upgrade as soon as a new package version is installed. Major version upgrades of the <code>pkgs.wordpress</code> package are performed between every new NixOS release. In case you wish to switch to a newer major WordPress version while staying on your latest NixOS version, you can choose between WordPress package versions available in the repository. | ||
For example switch to WordPress 6.4 | For example switch to WordPress 6.4 instead of the the default WordPress package: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
| Line 386: | Line 386: | ||
* Plugins and themes are managed by the NixOS module. Manually updating or installing them through the WordPress web interface is not supported at the moment | * Plugins and themes are managed by the NixOS module. Manually updating or installing them through the WordPress web interface is not supported at the moment | ||
[[Category: | [[Category:Server]] | ||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||
[[Category:PHP]] | |||