ABOUT
WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.6% of all the websites on the Internet. Yes – more than one in four websites that you visit are likely powered by WordPress.
On a slightly more technical level, WordPress is an open-source content management system licensed under GPLv2, which means that anyone can use or modify the WordPress software for free.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM5 GB disk
Config path/var/www/html/wordpress/wp-config.php
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/wordpress.sh'; sha='ac75a9c9ebf3a4afad655f9c554c333f336b611d47b628d8f23ee7e8af003613'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/wordpress.shSHA-256 ac75a9c9ebf3a4afad655f9c554c333f336b611d47b628d8f23ee7e8af003613 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.