Changeset 3368 for trunk/doc/src/docbook/admindoc/installation_upgrade.xml
- Timestamp:
- May 23, 2007, 2:39:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/installation_upgrade.xml
r3355 r3368 210 210 need to run them. Change directory 211 211 to <filename 212 class="direc otry">/path/to/base/bin/</filename> and issue212 class="directory">/path/to/base/bin/</filename> and issue 213 213 <programlisting> 214 214 sh ./updatedb.sh <emphasis>base_root_password</emphasis> … … 294 294 with tomcat 295 295 (directory <filename 296 class="direc otry">bin</filename>): <programlisting>296 class="directory">bin</filename>): <programlisting> 297 297 CATALINA_OPTS="-server -Xmx500m" 298 298 </programlisting> … … 524 524 <emphasis>e.g. base2dynamic</emphasis>, 525 525 <emphasis>db_user</emphasis>, and 526 and<emphasis>db_password</emphasis>, respectively.)526 <emphasis>db_password</emphasis>, respectively.) 527 527 </listitem> 528 528 <listitem> … … 551 551 <filename class="directory">/path/to/base/bin</filename> 552 552 and run <filename>initdb.sh</filename> as <programlisting> 553 ./initdb.sh base_root_password password553 ./initdb.sh base_root_password 554 554 </programlisting> 555 555 <important> … … 727 727 There is currently no way to restart a migration. The behaviour 728 728 of migration is controlled 729 through <filename>migration.properties</filename> file , but you729 through <filename>migration.properties</filename> file (see <xref linkend="appendix.migrate.properties"/>), but you 730 730 should know what you do when you change parameters in this file. 731 731 </para> … … 742 742 class="directory">/path/to/base1.2/data</filename> 743 743 directory containing directories 744 <filename class="direc otry">rawdata</filename>,745 <filename class="direc otry">uploads</filename>,746 <filename class="direc otry">protocols</filename>, ...744 <filename class="directory">rawdata</filename>, 745 <filename class="directory">uploads</filename>, 746 <filename class="directory">protocols</filename>, ... 747 747 </para> 748 748 </listitem> … … 775 775 installed. The default is 776 776 <filename 777 class="direc otry">/usr/local/base/plugins</filename>.777 class="directory">/usr/local/base/plugins</filename>. 778 778 </para> 779 779 </listitem>
Note: See TracChangeset
for help on using the changeset viewer.