Hardware Reference
In-Depth Information
define('DB_USER', 'ian');
/** MySQL database password */
define('DB_PASSWORD', 'mypassword');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
Finally, change the name of the sample config to config.php . We like to save a copy of
the sample until everything's running properly, so for now:
$ cp /var/www/html/wordpress/wp-config-sample.php var/www/html/wordpress/wp-
config.php
When your site is running as you would like, delete wp-config-sample.php .
Now, when you go to the site in a browser (by default it's at /wordpress after a domain
if you've registered one, or your IP address if you haven't). It's only a one-page setup
(see Figure 3-6 ), after which you can add one more voice to the blogosphere.
Figure 3-6.
The one-page WordPress web-based setup
Search WWH ::




Custom Search