Micro Nugget: Word Press on AWS
CBT Nuggets trainer Jeremy Cioara explains how to set up WordPress on Amazon Web Services in less than 5 minutes and provides viewers with a list of commands at the end of this description. Visit for the full training course. Commands: sudo su aptget update aptget install apache2 aptget install mysqlserver libapache2modauthmysql php5mysql mysqlinstalldb, usr, bin, mysqlsecureinstallation mysqladmin uroot ppassword create blog aptget install php5 libapache2modphp5 php5mcrypt service apache2 restart cd, var, www wget tar xzvf cd wordpress mv vi define(ëDBNAMEí, ëblogí); define(ëDBUSERí, ërootí); define(ëDBPASSWORDí, ëYOURPASSWORDí); define(ëDBHOSTí, ëlocalhostí);
|
|