Changeset 3311
- Timestamp:
- May 9, 2007, 12:43:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/installation_upgrade.xml
r3299 r3311 472 472 <listitem> 473 473 <para> 474 Basic BASE configuration is done in 475 <filename>/path/to/base/www/WEB-INF/classes/base.config</filename>: 476 <itemizedlist> 477 <listitem> 478 Uncomment the database engine section that match your setup. 479 </listitem> 480 <listitem> 481 Modify the <emphasis>db.url</emphasis>, 482 <emphasis>db.dynamic.catalog</emphasis>, 483 <emphasis>db.username</emphasis>, 484 and <emphasis>db.password</emphasis> settings to match 485 your choice above. 486 </listitem> 487 <listitem> 488 Modify the <emphasis>userfiles</emphasis> setting to 489 match your choice in step v) above. 490 </listitem> 491 </itemizedlist> 492 </para> 493 <para> 494 <emphasis>Optional but recommended.</emphasis> You may want 495 ot modify extended properties to fit your needs. Extended 496 properties are defined in 497 <filename>/path/to/base/www/WEB-INF/classes/extended-properties.xml</filename>. 498 There is an administrator <ulink 499 url="http://base.thep.lu.se/chrome/site/doc/admin/extended-properties.html">document 500 discussing extended properties</ulink> available. 474 501 </para> 475 502 </listitem>
Note: See TracChangeset
for help on using the changeset viewer.