wcdean / go-time-cloud

0 stars 0 forks source link

17350 - Build a LEMP stack (Linux, NGINX, MySQL, PHP) - Arch Linux #72

Open wcdean opened 8 years ago

wcdean commented 8 years ago

Testing and editing for 17350 - Build a LEMP stack (Linux, NGINX, MySQL, PHP) - Arch Linux

wcdean commented 8 years ago

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

wcdean commented 8 years ago

-fix percona ---> mariadb -needs sudo systemctl enable SERVICE_NAME on mysqld and httpd FAILS TURK TESTING --this is due to not initializing db data directory. see lamp article for details. needs technical fix. --also due to example conf file using wrong default web root for arch - should be /srv/http

wcdean commented 8 years ago

Corrections made to conf formatting, much simpler to understand now. (I think it could still use some work but its better). Fixed data dir issues for mysql changed to mariadb with explanation removed a few unnecessary steps added systemctl enable steps so that daemon's will start on boot. Confirmed and retested - now passes testing. Still could use improvement via copy editing. Compare to other LEMP stack docs for consistency.