wcdean / go-time-cloud

0 stars 0 forks source link

17349 - Build a LEMP stack (Linux, NGINX, MySQL, PHP) - CentOS 7 #71

Open wcdean opened 8 years ago

wcdean commented 8 years ago

Testing and editing for 17349 - Build a LEMP stack (Linux, NGINX, MySQL, PHP) - CentOS 7

wcdean commented 8 years ago

Orig Edit doc: https://docs.google.com/document/d/1UrVoAVoP7KKuxxLfWun4_3aaxyYE05e2I2cmsNZGkuQ/edit

wcdean commented 8 years ago

FOR COPY EDITS:

--Completely rewrite intro.

--Get rid of the localinstall crap at the MySQL stuff. Use Mariadb, its literally the same thing.

'sudo yum update'

'sudo yum install mariadb mariadb-server'

add 'sudo systemctl enable mariadb.service' to have it start on boot

It needs to use mariadb.service instead of mysql.service everywhere in the guide to follow suit

CHECK FEDORA DOCS FOR SAME THING :(

NGINX:

--sudo systemctl enable nginx.service to have it start on boot

PASSES TURK TESTING

This is a stack in the way that Jenga is a structure. IT works, but barely. Apply copy edits and it'll be fine.