Jump to content

CentOS 7: Nginx, MariaDB Installation script


Recommended Posts

This script is intended if your installing from fresh (eg new VPS) on CentOS 7 (Tested on x64)

https://gist.github.com/avitex/ea35054b28530b3b3fd482c7232b47f1

 

You may run the installation like below as root.

Note: It's good practice to review external scripts before running them as root (could be malicious)

bash -c "$(wget -O - https://gist.githubusercontent.com/avitex/ea35054b28530b3b3fd482c7232b47f1/raw)"

If there is enough interest, I may refine it further to support multi-stores, cleaner config overriding etc.

 

 

Kind Regards,

James

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...