Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 755 Bytes

File metadata and controls

41 lines (26 loc) · 755 Bytes

Auto WP LEMP Installer

This script automatically installs Wordpress, Nginx, MySQL and PHP on Debian/Ubuntu/Raspbian OS-based devices.

No longer in development. Probably still works though.

Instructions

Download the auto-installer with

wget https://github.com/Lanky-Nerd-Studios/Auto-WP-LEMP-Installer/archive/master.zip

Unzip the files

unzip master.zip

Then run the installer using:

sudo chmod +x installer.sh sudo ./installer.sh

The installer will then ask for a password and do its magic.

After this, point your browser at the server, and follow Wordpress' simple installation.

TODO

  • Add auto wp-config.php creation