wcdean / go-time-cloud

0 stars 0 forks source link

19192 - Install WordPress on your LAMP server - CentOS, Fedora #539

Open wcdean opened 8 years ago

wcdean commented 8 years ago

Testing and editing for 19192 - Install WordPress on your LAMP server - Fedora

sheilaohara commented 8 years ago

fail

Step

Install WordPress

Good news: The rest of your installation will be done through the WordPress web interface.

Enter your server's domain name or public IP address in your web browser.
http://your_domain_name_or_IP

Error message in browser

// * MySQL settings - You can get this info from your web host * // /* The name of the database for WordPress _/ define('DBNAME', 'wordpress'); /* MySQL database username _/ define('DBUSER', 'wordpressadmin'); /* MySQL database password / define('DB_PASSWORD', 'wordpresspassword'); Error establishing a database connection

wcdean commented 8 years ago

passes turk

wcdean commented 8 years ago

Tech complete and revised for Fedora. Decided to do conn strings in Browser instead of thru vim - this is b/c doing it thru vim does NOT generate the hashes in the config file for extra security, installing thru the browser does. so it's a security thing. I'm gonna test this against the other RHEL distros b/c we may be able to do a split/fork depending on how this goes. If we do need to fork, I think we should fold all WP install guides for all distros into wave 1. Will be easy to transpose this over into the other distros and still be well within publish window.

wcdean commented 8 years ago

This is full tech complete for all Fedora and CentOS flavors. I am merging all CentOS and Fedora versions of this into the same article and closing out the previous versions. Will be using this as boilerplate for the Debian and Arch forks.