Skip to content

Instantly share code, notes, and snippets.

View Realetive's full-sized avatar

Realetive Realetive

View GitHub Profile
#!/bin/bash
##############
echo "Welcome to MODx autoinstaller.
Enter MySQL root password"
read ROOTPASS
echo "Enter username for site and database"
@Realetive
Realetive / night_install.sh
Last active August 29, 2015 13:57
Full clear MODx autoinstaller last nightlies version from official GitHub repo (https://github.com/modxcms/revolution) with create user, database, nginx's virtual host.
#!/bin/bash
##############
echo "Welcome to MODx autoinstaller.
------------------------------------
Enter MySQL root password"
read ROOTPASS
echo "Enter username for site and database"