/Wordpress-Quick-Install

Fast Install script for WordPress - no more downloading/uploading necessary!

Primary LanguageShell

WordPress One Step Install

This repository allows for super fast install of WordPress using composer and the popular WordPress composer repo: johnpbloch/wordpress.

It also abstracts WordPress files away from the necessary site files allowing for better version control and a better developer experience in general.

Install instructions

Upload wp.sh to your home directory and then run:

chmod +x wp.sh \
./wp.sh

WordPress is downloaded and configured!

Visit your site url followed by /wp-config and follow the installation instructions to finish your setup.