This repository will help you to get a fresh WordPress installation using SSH.
- Hosting with a SSH connection
- git and wp cli on the server
- Connect to your server using SSH
- Go to the Document-Root of the domain (e.g.
cd html/htdocs
) - Clone the repository
git clone https://github.com/fschmittlein/.wp-install.git
- Change the directory
cd .wp-install
- Run
chmod +x wp-install.sh
- Run
./wp-install.sh
and wait or try./wp-install.sh --help
for usage
All adjustments must be made in the .env
file