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/mambo/files: postinstall-en.txt
Date: Fri, 20 Jun 2008 16:10:36
Message-Id: E1K9jC2-0003px-ML@stork.gentoo.org
1 wrobel 08/06/20 16:10:30
2
3 Modified: postinstall-en.txt
4 Log:
5 Updated mambo in response to sec issue #224513.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 www-apps/mambo/files/postinstall-en.txt
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/files/postinstall-en.txt?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/files/postinstall-en.txt?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/files/postinstall-en.txt?r1=1.4&r2=1.5
14
15 Index: postinstall-en.txt
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/mambo/files/postinstall-en.txt,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- postinstall-en.txt 22 Aug 2005 22:57:43 -0000 1.4
22 +++ postinstall-en.txt 20 Jun 2008 16:10:30 -0000 1.5
23 @@ -1,30 +1,32 @@
24 You are almost done!
25
26 - 0. Setup the db.
27 +You will need to provide a database for your ${PN} installation.
28
29 - 1. Restart Apache
30 +This assumes you have some knowledge of MySQL, and already have it
31 +installed and configured. If not, please refer to the Gentoo MySQL
32 +guide at the following URL:
33
34 - 2. Login on http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
35 - and finish the installation. IMPORTANT: the web
36 - installer will complain that configuration.php is not writeable. When you
37 - are done, create configuration.php in ${MY_INSTALLDIR} and copy the generated
38 - configuration into it. Then execute the following:
39 - # cd ${MY_INSTALLDIR}
40 - # chown apache:apache configuration.php
41 - # chmod u+w configuration.php
42 +http://www.gentoo.org/doc/en/mysql-howto.xml
43
44 - 3. (Stolen from
45 - http://www.mamboserver.com/MOS_FAQs/Installing_Mambo_Open_Source/Installing_Mambo_Open_Source/
46 - , which you should also read)
47 +Once you have a database ready all you need to do is to go to this
48 +location
49
50 - CONFIGURE MOS
51 +http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php
52
53 - You can now launch your browser and point it to your MOS site e.g.
54 +and provide the credentials required for the database access.
55
56 - http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site
57 - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin
58 +After the setup you can launch your browser and point it to your S{PN}
59 +site e.g.
60
61 - You can log into Admin using the username 'admin' along with the
62 - password that was generated or you chose during the web based install.
63 +http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site
64 +http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin
65
66 - Enjoy Mambo!
67 +You can log in as administrator using the username 'admin' along with the
68 +password that was generated or you chose during the web based installation.
69 +
70 +If your site is working fine you should ensure you secure your installation
71 +by removing the "installation" directory from the installed web application:
72 +
73 + rm -rf ${MY_INSTALLDIR}/installation
74 +
75 +Enjoy ${PN}!
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list