xeoncross / lowendscript

Bash scripts to set up/bootstrap low end virtual servers
326 stars 100 forks source link

Added wordpress install functionality #5

Closed kevcenteno closed 11 years ago

kevcenteno commented 11 years ago

Fiddled with sk33lz wordpress function to make it follow Xeoncross' structure.

xeoncross commented 11 years ago

You are going to make a lot of people very happy. Thanks for your work.

One thing though, this isn't needed:

chown root:root -R "/var/www/$1/public"

It's followed by this:

chown www-data:www-data -R "/var/www/$1"
xeoncross commented 11 years ago

I also need to update the readme