<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Getting Started]]></title><description><![CDATA[Install, requirements, first site, quick-start help.

Maps to KB: https://docs.wpfy.org/getting-started/]]></description><link>https://forum.wpfy.org/category/7</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 16:46:46 GMT</lastBuildDate><atom:link href="https://forum.wpfy.org/category/7.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2026 02:46:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Read first: install + first WordPress site]]></title><description><![CDATA[New to wpfy? Start here. This topic links the docs and walks through the fastest path from a fresh Ubuntu VPS to a running WordPress site.
1. Requirements

Ubuntu 22.04 LTS or 24.04 LTS
Docker Engine and Docker Compose plugin
A domain name pointing to your server
Ports 80 and 443 open

Full details: Requirements
2. Install wpfy
On a fresh Ubuntu VPS:
curl -fsSL https://raw.githubusercontent.com/wpfyorg/wpfy/main/install.sh | sudo bash

The installer sets up Docker, the wpfy CLI, and the shared runtime. Verify:
wpfy --help

Guide: Installation
3. Create your first WordPress site
wpfy site create example.com --wp

This provisions an isolated Docker Compose stack — Nginx, PHP-FPM, MariaDB, volumes, a private network — and installs WordPress. Add -le to issue a Let's Encrypt certificate after a DNS/IP preflight check:
wpfy site create example.com --wp -le

Guide: Quick Start
4. Check it's healthy
wpfy site status example.com

5. Next steps

Site Commands — create, update, delete, backup, restore
SSL — enable SSL on an existing site
SFTP — per-site SFTP access
Diagnostics — wpfy debug audits everything

Stuck?

Run wpfy debug and read the output.
Search this category — someone may have hit the same thing.
Post a new topic in Getting Started using the support question template.

]]></description><link>https://forum.wpfy.org/topic/5/read-first-install-first-wordpress-site</link><guid isPermaLink="true">https://forum.wpfy.org/topic/5/read-first-install-first-wordpress-site</guid><dc:creator><![CDATA[arnab]]></dc:creator><pubDate>Thu, 25 Jun 2026 02:46:02 GMT</pubDate></item></channel></rss>