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/dragonflycms/files: postinstall-en.txt
Date: Thu, 28 Feb 2008 07:06:45
Message-Id: E1JUcqo-0000vp-MT@stork.gentoo.org
1 wrobel 08/02/28 07:06:42
2
3 Modified: postinstall-en.txt
4 Log:
5 Fixed broken installation routine, bump to 9.2.1 and updated postinstall
6 instructions.
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.3 www-apps/dragonflycms/files/postinstall-en.txt
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/files/postinstall-en.txt?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/files/postinstall-en.txt?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/dragonflycms/files/postinstall-en.txt?r1=1.2&r2=1.3
15
16 Index: postinstall-en.txt
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/files/postinstall-en.txt,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- postinstall-en.txt 4 Jul 2005 18:25:53 -0000 1.2
23 +++ postinstall-en.txt 28 Feb 2008 07:06:42 -0000 1.3
24 @@ -1,25 +1,24 @@
25 -To complete your installation, you must
26 +You will need to provide a database for your ${PN} installation.
27
28 -1) Create a new database, for example, 'dragonfly': mysqladmin create dragonfly
29 - OR add a database through your web control panel.
30 -
31 -2) Edit the file "config.php". Change all the fields until you are happy with
32 - the changes and they fit the need of your web site. Give special attention
33 - to the database configuration section. When you have finished editing
34 - config.php, save it.
35 -
36 -3) install by going to http://localhost/dragonflycms/install.php
37 -
38 -4) IMPORTANT: certain directories have been chmodded 755 if you don't have
39 -no-suexec in your useflags! if however you don't use suexec please change the
40 -permissions on following dirs to 777
41 - - cache
42 - - modules/coppermine/albums
43 - - modules/coppermine/albums/userpics
44 - - uploads/avatars
45 - - uploads/forums
46 +This assumes you have some knowledge of MySQL, and already have it
47 +installed and configured. If not, please refer to the Gentoo MySQL
48 +guide at the following URL:
49
50 +http://www.gentoo.org/doc/en/mysql-howto.xml
51
52 -Enjoy DragonFly!!!
53 +Once you have a database ready all you need to do is to go to this
54 +location
55
56 +http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php
57
58 +and provide the credentials required for the database access.
59 +
60 +Note the credentials of the administration user you will generate
61 +during the installation procedure.
62 +
63 +For your own security you will need to remove the installation tools
64 +by running
65 +
66 +rm -rf ${MY_INSTALLDIR}/install*
67 +
68 +Enjoy ${PN}!
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list