blob: 695840d5cd173973e9fb8b2d6db5c7e43ab5d472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
------------------------------------------------------------------------
INSTALLATION
Please make sure you have register_globals = off set in your
/etc/apache2/php.ini
file.
If this is not an option for your web server and you NEED it set to
on, then insert the following in your WordPress .htaccess file:
php_flag register_globals off
You will need to create a table for your WordPress database. This
assumes you have some knowledge of MySQL, and already have it
installed and configured. If not, please refer to the Gentoo MySQL
guide at the following URL:
http://www.gentoo.org/doc/en/mysql-howto.xml
Log in to MySQL, and create a new database called 'wordpress'. From
this point, you will need to edit your
${MY_INSTALLDIR}/wp-config.php
file.
Once this is done, you can log in to WordPress at
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
------------------------------------------------------------------------
|