Installation¶
Requirements¶
- Python 3.9+
- SSH access to your WordPress server (for SSH transport)
- kubectl configured (for Kubernetes transport)
- WP-CLI installed on the remote server
Install PraisonAIWP¶
Verify Installation¶
Install WP-CLI on Remote Server¶
If WP-CLI is not installed on your WordPress server:
# Download WP-CLI
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
# Make executable
chmod +x wp-cli.phar
# Move to path
sudo mv wp-cli.phar /usr/local/bin/wp
# Verify
wp --info
Next Steps¶
- Quick Start Guide - Create your first post
- Configuration - Set up server connections
- Kubernetes Setup - For Kubernetes-hosted WordPress