diff options
author | 2005-07-04 18:25:53 +0000 | |
---|---|---|
committer | 2005-07-04 18:25:53 +0000 | |
commit | 1161ef8ca472c9ed616b20c7dc6f7276bfc88fce (patch) | |
tree | 3ecb90e304a597bb7b7cca6645caa5b8fbebf317 /www-apps/dragonflycms/files | |
parent | Changeing depend to virtual/pcmcia, removing old ebuilds (diff) | |
download | historical-1161ef8ca472c9ed616b20c7dc6f7276bfc88fce.tar.gz historical-1161ef8ca472c9ed616b20c7dc6f7276bfc88fce.tar.bz2 historical-1161ef8ca472c9ed616b20c7dc6f7276bfc88fce.zip |
fixed permissions problems
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-apps/dragonflycms/files')
-rw-r--r-- | www-apps/dragonflycms/files/postinstall-en.txt | 20 |
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!!! |