[Opensourcecrm-keyfactordev] README.txt and TODO.txt drafts
Brought to you by:
gak2,
opensourcecrm
From: Bob K. <rf...@ST...> - 2000-05-19 23:11:19
|
A draft of the README and TODO files for the next version of KeyFactor. Does anyone have any comments they'd like to add/subtract/multiply/divide? --- README.txt --- This is the README file for KeyFactor Server version 1.1.5. Please see http://www.OpenSourceCRM.org/ for more information on what KeyFactor is and what it can do for you. Requirements For Installation: ------------------------------ Note that the minimum recommended requirements for installation are 64MB of RAM, 50MB of disk space for installation, and 1GB of disk space for working area. Additionally, we have only tested this software against the following databases: Oracle 8.0.5 and 8.1.5.0.2 MySQL 3.22 PostgreSQL v7.0 (see note below) We are very interested in hearing if it works with any other databases. Installation Instructions: -------------------------- Please refer to Appendix 1 of the User Guide (Installation Notes) for instructions on installing both the server and GUI software. Other Notes: ------------ Please look at the TODO file for a list of things we would like to accomplish in the near future. The table NEXTKEY has changed since version 1.1.0 of KeyFactor. The field KEY has been changed to NKEY. Thus the new version of the code may not work with a 1.1.0 version of the database. We are working on an Oracle script to make this change to the database. We have noticed some issues with certain Oracle JDBC drivers. If you are experiencing difficulties please try the latest Oracle 8.0.5.0.2 JDBC drivers. The current 7.0 version of PostgreSQL JDBC driver lacks support for ODBC-style date literal escape syntax. We are actively working on a patch to the current driver. There are also some additional MySQL installation notes in: Database/MySQLScripts/INSTALL_NOTES.txt and some additional PostgresSQL notes in: Database/PostgreSQLScripts/INSTALL_NOTES.txt There is a mailing list for users you can subscribe to by visiting http://lists.sourceforge.net/mailman/listinfo/opensourcecrm-keyfactoruse There is a mailing list for developers you can subscribe to by visiting http://lists.sourceforge.net/mailman/listinfo/opensourcecrm-keyfactordev Please look at the CONTRIBUTORS file for a list of people who have helped the project along. If you contribute enough in code, debugging, or documentation, you will get your name put in there too. --- TODO.txt --- Below is a list of things we would like to do soon. They are listed in no particular order. * Create StoneThread and StoneThreadGroup to tie together the GROUP_*/THREAD_* code. * Thread pooling. * Create a web-based GUI (a PHP4 based front-end is in development). * Simplify install process (configure/make/make install). * Move from PerlTools to OROMatcher or some Open-Source Regular Expression Engine. * Make sure all references to the old internal name "CMS" are changed to "KeyFactor". * More efficient Database Pooling. * Campaign Scheduler |