Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 355 Bytes

LinuxAutoinstallers

Here you can find some auto installers for linux I've made.

Usage

Wordpress autoinstaller

wget https://raw.githubusercontent.com/RickB2000/LinuxAutoinstallers/master/wp_install.sh -O wp_install.sh
chmod +x wp_install.sh
./wp_install.sh [directory] [mysql_db] [mysql_user] [mysql_password]

Now Wordpress will be installed.