Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin/files: postinstall-en-3.1.txt
Date: Sat, 24 Jan 2009 11:30:13
Message-Id: E1LQgiI-0007BC-G0@stork.gentoo.org
1 pva 09/01/24 11:30:10
2
3 Added: postinstall-en-3.1.txt
4 Log:
5 Version bump. Fixed setup path in postinstall info, filter is now requirement in php, bug #254764, thank Jamie Learmonth for this work. Removed old.
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-db/phpmyadmin/files/postinstall-en-3.1.txt
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/files/postinstall-en-3.1.txt?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/files/postinstall-en-3.1.txt?rev=1.1&content-type=text/plain
13
14 Index: postinstall-en-3.1.txt
15 ===================================================================
16 If this is a new installation:
17
18 1. Configure ${PN}:
19
20 a) Create config.inc.php. You can use the web-based installer:
21
22 mkdir ${MY_INSTALLDIR}/config
23 chown ${VHOST_SERVER_UID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config
24
25 then go to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup/
26
27 once you've saved the configuration:
28
29 cp ${MY_INSTALLDIR}/config/config.inc.php ${MY_INSTALLDIR}/config.inc.php
30 rm -rf ${MY_INSTALLDIR}/config
31
32 b) Alternatively, use an existing configuration:
33
34 cp <path to existing config.inc.php file> ${MY_INSTALLDIR}/
35
36 c) Alternatively, use the sample config file:
37
38 cp ${MY_INSTALLDIR}/config.sample.inc.php ${MY_INSTALLDIR}/config.inc.php
39
40 2. Be sure that the libraries/ directory is not visible. You can use the
41 provided .htaccess file.
42
43 =================================================================
44
45 If you are upgrading from an earlier version:
46
47 1. If you are using ${PN}'s features for master/foreign tables, be sure to read
48 http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/Documentation.html#col_com
49
50 You will need to perform the ALTER TABLE step yourself.