? docbook.css ? maintenance/.chapter.sgml.swp Index: installation/chapter.sgml =================================================================== RCS file: /space/cvs/marcuscom-cvs/tinderweb/dbsrc/src/installation/chapter.sgml,v retrieving revision 1.11 diff -r1.11 chapter.sgml 45c45,54 < Else, skip to . --- > Else, skip to . Since any user may create > a SQLite database, users of SQLite can also skip to > . > > > If you are going to be using the web front-end with SQLite, you > should be sure to keep the database in a directory to which the > www user has write > permissions. > 81a91,93 > > SQLite users need not do anything for > this step. 98a111,115 > SQLite: > > &prompt.root; cd sql > &prompt.root; ./genschema sqlite | sqlite3 {DB_NAME} > 102,103c119,122 < the database administrator username, and {DB_USER} is < the Tinderbox user. --- > the database administrator username, {DB_USER} is > the Tinderbox user, and > {DB_NAME} is the name of the desired SQLite database > file, including the desired full or relative path. Index: requirements/chapter.sgml =================================================================== RCS file: /space/cvs/marcuscom-cvs/tinderweb/dbsrc/src/requirements/chapter.sgml,v retrieving revision 1.5 diff -r1.5 chapter.sgml 13,14c13,14 < (lang/perl5.8), and either MySQL 4.1 or < later (databases/mysql41-server) or --- > (lang/perl5.8), and one of MySQL 4.1 or > later (databases/mysql41-server), 16c16,18 < (databases/postgresql82-server). --- > (databases/postgresql82-server), or > SQLite 3.7 or later > (databases/sqlite3). 21c23,25 < (databases/p5-DBD-Pg). --- > (databases/p5-DBD-Pg). If SQLite is > used, the SQLite Perl module must also be installed > (databases/p5-DBD-SQLite). 31,37c35,44 < (lang/php5), PEAR::MDB2_Driver_mysql < (databases/pear-MDB2_Driver_mysql) or < PEAR::MDB2_Driver_pgsql < (databases/pear-MDB2_Driver_pgsql), PHP < Session (www/php5-session), and one of < the PHP MySQL (databases/php5-mysql) or < PHP Pgsql (databases/php5-pgsql) --- > (lang/php5), PHP PDO > (databases/php5-pdo), > PHP Session (www/php5-session), one of > PDO MySQL (databases/php5-pdo_mysql), > PDO Pgsql (databases/php5-pdo_pgsql), or > PDO SQLite (databases/php5-pdo_sqlite), > and one of PHP MySQL > (databases/php5-mysql), PHP Pgsql > (databases/php5-pgsql), or PHP SQLite > (databases/php5-sqlite)