Install Squiz Matrix and all dependancies with an easy to use script!


(Nic Hubbard) #1

I have installed Squiz Matrix many many times, but I was getting tired of going through the same steps every time I needed to install it. So, I wrote a shell script that does everything for you, including installing dependancies and external tools.

 

The process takes about 5 minutes. This has been tested on Debian Squeeze.

Usage


sh /path/to/script/squiz_matrix_install.sh

Options


ROOT_URL="192.168.163.131" 
DEFAULT_EMAIL="me@website.com" 
PATH_TO_MATRIX="/home/websites" 
APACHE_USER="www-data" 
SQUIZ_MATRIX_VERSION="mysource_4-14-1"

Download

 https://github.com/nnhubbard/squiz-matrix-scripts

 

 

Feel free to contribute!


(Talk) #2

That’s great! This will save a lot of people a lot of time and open up the CMS to many more people, well done mate! Genius.


(Tbaatar) #3

This is amazing script, and it actually works!

 

Thanks Nic.