Ignore:
Timestamp:
May 23, 2007, 2:39:34 PM (16 years ago)
Author:
Martin Svensson
Message:

Fixes #516 Read "Installation and upgrade" section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/admindoc/installation_upgrade.xml

    r3355 r3368  
    210210            need to run them. Change directory
    211211            to <filename
    212             class="direcotry">/path/to/base/bin/</filename> and issue
     212            class="directory">/path/to/base/bin/</filename> and issue
    213213            <programlisting>
    214214sh ./updatedb.sh <emphasis>base_root_password</emphasis>
     
    294294            with tomcat
    295295            (directory <filename
    296             class="direcotry">bin</filename>): <programlisting>
     296            class="directory">bin</filename>): <programlisting>
    297297CATALINA_OPTS="-server -Xmx500m"
    298298</programlisting>
     
    524524                <emphasis>e.g. base2dynamic</emphasis>,
    525525                <emphasis>db_user</emphasis>, and
    526                 and <emphasis>db_password</emphasis>, respectively.)
     526                <emphasis>db_password</emphasis>, respectively.)
    527527              </listitem>
    528528              <listitem>
     
    551551            <filename class="directory">/path/to/base/bin</filename>
    552552            and run <filename>initdb.sh</filename> as <programlisting>
    553 ./initdb.sh base_root_password password
     553./initdb.sh base_root_password
    554554</programlisting>
    555555            <important>
     
    727727      There is currently no way to restart a migration. The behaviour
    728728      of migration is controlled
    729       through <filename>migration.properties</filename> file, but you
     729      through <filename>migration.properties</filename> file (see <xref linkend="appendix.migrate.properties"/>), but you
    730730      should know what you do when you change parameters in this file.
    731731    </para>
     
    742742            class="directory">/path/to/base1.2/data</filename>
    743743            directory containing directories
    744             <filename class="direcotry">rawdata</filename>,
    745             <filename class="direcotry">uploads</filename>,
    746             <filename class="direcotry">protocols</filename>, ...
     744            <filename class="directory">rawdata</filename>,
     745            <filename class="directory">uploads</filename>,
     746            <filename class="directory">protocols</filename>, ...
    747747          </para>
    748748        </listitem>
     
    775775                  installed. The default is
    776776                  <filename
    777                   class="direcotry">/usr/local/base/plugins</filename>.
     777                  class="directory">/usr/local/base/plugins</filename>.
    778778                </para>
    779779              </listitem>
Note: See TracChangeset for help on using the changeset viewer.