Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/wordpress/files: postinstall-en.txt digest-wordpress-2.3.1 postupgrade-en.txt dummy-templates.php
Date: Tue, 30 Oct 2007 12:20:09
Message-Id: E1Imq4e-0004Z7-Qy@stork.gentoo.org
1 wrobel 07/10/30 12:20:00
2
3 Added: postinstall-en.txt digest-wordpress-2.3.1
4 postupgrade-en.txt
5 Removed: dummy-templates.php
6 Log:
7 Add wordpress-2.3.1 (#197356).
8 (Portage version: 2.1.3.14)
9
10 Revision Changes Path
11 1.1 www-apps/wordpress/files/postinstall-en.txt
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/files/postinstall-en.txt?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/files/postinstall-en.txt?rev=1.1&content-type=text/plain
15
16 Index: postinstall-en.txt
17 ===================================================================
18 ------------------------------------------------------------------------
19 INSTALLATION
20
21 Please make sure you have register_globals = off set in your
22
23 /etc/apache2/php.ini
24
25 file.
26
27 If this is not an option for your web server and you NEED it set to
28 on, then insert the following in your WordPress .htaccess file:
29
30 php_flag register_globals off
31
32 You will need to create a table for your WordPress database. This
33 assumes you have some knowledge of MySQL, and already have it
34 installed and configured. If not, please refer to the Gentoo MySQL
35 guide at the following URL:
36
37 http://www.gentoo.org/doc/en/mysql-howto.xml
38
39 Log in to MySQL, and create a new database called 'wordpress'. From
40 this point, you will need to edit your
41
42 ${MY_INSTALLDIR}/wp-config.php
43
44 file.
45
46 Once this is done, you can log in to WordPress at
47
48 http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
49
50 ------------------------------------------------------------------------
51
52
53
54 1.1 www-apps/wordpress/files/digest-wordpress-2.3.1
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/files/digest-wordpress-2.3.1?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/files/digest-wordpress-2.3.1?rev=1.1&content-type=text/plain
58
59 Index: digest-wordpress-2.3.1
60 ===================================================================
61 MD5 bd53264cbe80e470c5a9bc2cf7aa85e4 wordpress-2.3.1.tar.gz 883535
62 RMD160 9136f1425e9ea377501c753749818d463c677713 wordpress-2.3.1.tar.gz 883535
63 SHA256 20004580fab20c8801ca7a86c6d57db0bc794f2b59ab583aa6b82457c67f8cf7 wordpress-2.3.1.tar.gz 883535
64
65
66
67 1.1 www-apps/wordpress/files/postupgrade-en.txt
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/files/postupgrade-en.txt?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/files/postupgrade-en.txt?rev=1.1&content-type=text/plain
71
72 Index: postupgrade-en.txt
73 ===================================================================
74 ------------------------------------------------------------------------
75 UPGRADE
76
77
78 If you are upgrading from a previous version BACK UP your database.
79
80 Once you are done with that, browse to
81
82 http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/wp-admin/upgrade.php
83
84 and follow the instructions on the screen.
85
86 ------------------------------------------------------------------------
87
88
89
90 --
91 gentoo-commits@g.o mailing list