WordPress: Difference between revisions
mNo edit summary |
|||
| (2 intermediate revisions by 2 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"> | ||