![]() |
|||||||||
Manual configurationIn case that you want to really customize the installation of JAWmail! Have fun. Configuration filesAll of the configuration files for an application or a plugin are in the subdirectory conf/. You must copy files like config.php.dist into config.php and modify them as needed. Common configuration filesThere are some configuration files that exist for every application:
SQL databasesThe most common backend driver for preferences, access control lists, sessions and authentication is probably the SQL driver. If you are going to use it for any of the avaiable purposes, read this documentation. Creating SQL tablesYou'll have to import SQL dumps for your SQL server. They can be found in the sql subdirectory. MySQLAt first, you'll have to create a new database for JAW:
Configuration parametersJAW uses the PEAR::DB unified library for access to SQL servers. To connect to a database through PEAR::DB, you have to create a valid DSN - data source name. You can pass the DSN as an array:
Testing your setupLoad the test.php page in your browser. It is located in the root of your install. Check if there are any errors - if there are, re-read the documentation and fix them! If everything works okay, then log into JAW. If you have an ACL backend that is capable of administration, then you should also see the Administration application. If you don't, then either you weren't the first one to login, or something is not quite okay.
|