diff --git a/doc/HOWTO.html b/doc/HOWTO.html index 5a9d6969a0..8f8d7634fe 100644 --- a/doc/HOWTO.html +++ b/doc/HOWTO.html @@ -46,7 +46,7 @@ Windows is supported, but there is no documentation for it currently.
We have reports of it working on Windows NT, but no details at this time. +
We have reports of it working on Windows NT and OS/2.
After you have met the system requirements, unpack the tarball in the html @@ -57,26 +57,18 @@ doc directory there is a file called create_tables.(name of your database)
We will assume that you are using the database named phpgroupware.
$ mysql phpgroupware -u username -p < create_tables.mysql
+Then add the language entries (used for translation purposes).
+
$ mysql phpgroupware -u username -p < lang.sql
We will assume that you are using the database named phpgroupware.
$ psql -d phpgroupware -U username < create_tables.pgsql
+Then add the language entries (used for translation purposes).
+
$ psql -d phpgroupware -U username < lang.sql
Change to the inc directory.
-Edit the file called config.inc.php to point to the location of your include files.
-
-Some people might prefer to install their include files in a directory which is not world viewable.
-For this, you will need to move everything except config.inc.php into another directory
-and point config.inc.php to that directory. For most installations, the current location
-of these file should be fine.
-
-
-Edit globalconfig.inc.php to reflect your system settings. You can choose which programs
-you would like to have available to your system.$installed["email"] = "Y";
to $installed["email"] = "N";
If you are using the email system you will need to create a temporary directory
where file uploads will be stored. For security reasons, you should chown
nobody.nobody
and chmod 700
to that directory. Depending on your system configuration.
@@ -99,13 +91,8 @@ directory.
This file is not required, you can simply uncomment the lines indicated in session.class in update_dla(). -This will require an extra query during every transaction which could cause performance -problems. Also, if there are no logins in a few days, they will sit around and -wait for someone to login before they are deleted. If you go this route, you -will need to edit the number of seconds until they are deleted. It defaults to 2 hours -(7200 secs). If you choose to use the cron program, simply edit the settings -for your database and uncomment the line for your database type. +
This file is not required, you can simply disable cron_apps in the admin -> applications section +to clean out the sessions table durring login and logout.
stale_uploads.pl - This will delete file attachments for messages that where not completed. If a users browser crashes, internet connection dies, etc, their files will sit there forever unless deleted. You could add a few lines to diff --git a/doc/HOWTO.sgml b/doc/HOWTO.sgml index a448e1dc05..642346aa74 100644 --- a/doc/HOWTO.sgml +++ b/doc/HOWTO.sgml @@ -66,11 +66,15 @@
We will assume that you are using the database named phpgroupware.
$ mysql phpgroupware -u username -p < create_tables.mysql + Then add the language entries (used for translation purposes).
+ $ mysql phpgroupware -u username -p < lang.sql
We will assume that you are using the database named phpgroupware.
$ psql -d phpgroupware -U username < create_tables.pgsql + Then add the language entries (used for translation purposes).
+ $ psql -d phpgroupware -U username < lang.sql
diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt
index f4e3a53a40..b8a8b06d68 100644
--- a/doc/HOWTO.txt
+++ b/doc/HOWTO.txt
@@ -83,8 +83,7 @@
+o Courier-IMAP 0.33+
- We have reports of it working on Windows NT, but no details at this
- time.
+ We have reports of it working on Windows NT and OS/2.
22..33.. TTeesstteedd SSyysstteemmss
@@ -99,33 +98,24 @@
We will assume that you are using the database named phpgroupware.
- $ mysql phpgroupware -u username -p < create_tables.mysql
+ $ mysql phpgroupware -u username -p < create_tables.mysql Then add the
+ language entries (used for translation purposes).
+
+ $ mysql phpgroupware -u username -p < lang.sql
22..33..22.. IInnssttaallllaattiioonn wwiitthh PPoossttggrreeSSQQLL
We will assume that you are using the database named phpgroupware.
- $ psql -d phpgroupware -U username < create_tables.pgsql
+ $ psql -d phpgroupware -U username < create_tables.pgsql Then add the
+ language entries (used for translation purposes).
+
+ $ psql -d phpgroupware -U username < lang.sql
22..44.. CCoonnffiigguurree pphhppGGrroouuppWWaarree
Change to the inc directory.
- Edit the file called config.inc.php to point to the location of your
- include files.
-
- Some people might prefer to install their include files in a directory
- which is not world viewable. For this, you will need to move every-
- thing except config.inc.php into another directory and point con-
- fig.inc.php to that directory. For most installations, the current
- location of these file should be fine.
-
-
- Edit globalconfig.inc.php to reflect your system settings. You can
- choose which programs you would like to have available to your system.
- For example, if you do not have access to a IMAP server, you can
- change $installed["email"] = "Y"; to $installed["email"] = "N";
- This would make this program unavaiable to all users regardless of
- their permissions.
+ Edit globalconfig.inc.php to reflect your system settings.
If you are using the email system you will need to create a temporary
directory where file uploads will be stored. For security reasons,
@@ -136,6 +126,10 @@
If you do not have access to root, create this file and run it.
+
+
+
+
applications section to clean out the sessions table durring
+ login and logout.
stale_uploads.pl - This will delete file attachments for messages that
where not completed. If a users browser crashes, internet connection
@@ -194,8 +182,6 @@
To subscribe, go to http://sourceforge.net/mail/?group_id=7305