A collection of high-performance shell scripts for quick WP installation and automated WordPress install on Ubuntu/Debian. Provision a complete LAMP stack with optimized performance in seconds.
install_fresh_mysql.sh: Automatic WordPress setup using MySQL.install_fresh_mariadb.sh: Ultra-fast WordPress installation using MariaDB.
Deploy your WordPress site instantly. Pull and run any of the scripts directly on your server.
Important
Always run these scripts with sudo or as the root user for a successful WordPress install.
curl -sSL https://raw.githubusercontent.com/Evgenii-Zinner/ez_wp_setup/master/install_fresh_mysql.sh -o setup.sh && chmod +x setup.sh && sudo ./setup.shwget -q -O setup.sh https://raw.githubusercontent.com/Evgenii-Zinner/ez_wp_setup/master/install_fresh_mariadb.sh && chmod +x setup.sh && sudo ./setup.sh- LAMP Stack: Apache2, PHP (with all WP-required extensions), and your choice of DB for a complete wordpress installation.
- Auto-Provisioning:
- Generates secure random passwords for DB and Root.
- Automatically fetches the latest WordPress core.
- Configures
wp-config.phpwith salts and DB credentials. - Sets correct file permissions (
www-data). - Configures Apache
mod_rewrite.
Perfect for local development or testing your quick wp installation on a Virtual Machine (VirtualBox, VMware, Proxmox):
- Networking: Set your VM adapter to Bridge Mode.
- SSH Access: Ensure
openssh-serveris installed.
Feel free to open an issue or add new scripts for other installations (e.g., Nginx, Redis, specific PHP versions). Your contributions help make this the best easy WordPress install tool!
MIT License - Copyright (c) 2026 Evgenii Zinner
