summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Maes <sejo@gentoo.org>2005-07-04 18:25:53 +0000
committerJochen Maes <sejo@gentoo.org>2005-07-04 18:25:53 +0000
commit8548b0c60211128c8584ec5e356fc0f8414187d5 (patch)
tree6b1a68ed1c90b0f01fc5c05aea986a35ed952f78 /www-apps/dragonflycms/files
parentChangeing depend to virtual/pcmcia, removing old ebuilds (diff)
downloadgentoo-2-8548b0c60211128c8584ec5e356fc0f8414187d5.tar.gz
gentoo-2-8548b0c60211128c8584ec5e356fc0f8414187d5.tar.bz2
gentoo-2-8548b0c60211128c8584ec5e356fc0f8414187d5.zip
fixed permissions problems
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/dragonflycms/files')
-rw-r--r--www-apps/dragonflycms/files/postinstall-en.txt20
1 files changed, 18 insertions, 2 deletions
diff --git a/www-apps/dragonflycms/files/postinstall-en.txt b/www-apps/dragonflycms/files/postinstall-en.txt
index a580f4521ce8..4c3cf1837adf 100644
--- a/www-apps/dragonflycms/files/postinstall-en.txt
+++ b/www-apps/dragonflycms/files/postinstall-en.txt
@@ -1,8 +1,24 @@
To complete your installation, you must
-1) add a database to mysql that will contain your DragonFly tables
+1) Create a new database, for example, 'dragonfly': mysqladmin create dragonfly
+ OR add a database through your web control panel.
+
+2) Edit the file "config.php". Change all the fields until you are happy with
+ the changes and they fit the need of your web site. Give special attention
+ to the database configuration section. When you have finished editing
+ config.php, save it.
+
+3) install by going to http://localhost/dragonflycms/install.php
+
+4) IMPORTANT: certain directories have been chmodded 755 if you don't have
+no-suexec in your useflags! if however you don't use suexec please change the
+permissions on following dirs to 777
+ - cache
+ - modules/coppermine/albums
+ - modules/coppermine/albums/userpics
+ - uploads/avatars
+ - uploads/forums
-2) install by going to http://localhost/dragonflycms/install.php
Enjoy DragonFly!!!