Ignore:
Timestamp:
10/31/08 14:52:40 (16 years ago)
Author:
pinsard
Message:

add superbib_profile.sh (not yet for end users)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/get.xml

    r81 r82  
    3333    <title> Create <application>&project;</application> environment </title> 
    3434    <para> 
    35       To simplify the explanation, we suppose that we install <application>&project;</application> in your <filename class='directory'>${HOME}</filename>. 
    36       We need to create 2 directories: 
    37       <itemizedlist> 
    38 <listitem> 
    39          <simpara><filename class='directory'>${HOME}/&project;_DIR</filename> that will contain the source files of <application>&project;</application>. It should not be modified by the user to simplify later updates. 
    40          </simpara> 
    41         </listitem> 
    42       </itemizedlist> 
     35      To simplify the explanation, we suppose that we install <application>&project;</application> in your <filename class='directory'>${HOME}/&project;_ws/</filename> (<quote>ws</quote> for <quote>working space</quote>). 
    4336    </para> 
    4437    <para> 
    4538      <screen> 
    4639  <prompt>$</prompt> <userinput><command>cd</command> <parameter>${HOME}</parameter></userinput> 
    47   <prompt>$</prompt> <userinput><command>mkdir</command> <parameter>My_IDL</parameter></userinput> 
     40  <prompt>$</prompt> <userinput><command>mkdir</command> <parameter>&project;_ws/</parameter></userinput> 
    4841      </screen> 
    4942    </para> 
     
    5649 
    5750    <sect2 xml:id="local"> 
    58       <title> If you work at IDRIS, IPSL or LOCEAN </title> 
     51      <title> If you work on LOCEAN systems</title> 
    5952      <para> 
    60 <application>&project;</application> is already installed at 
     53The latest operation release <application>&project;</application> is already installed at 
    6154<itemizedlist> 
    6255  <listitem> 
    63            <simpara>IDRIS, on <systemitem class="systemname">rhodes</systemitem>: <filename class='directory'>/home/rech/eee/reee217/&project;_DIR</filename> 
    64            </simpara> 
    65           </listitem> 
    66   <listitem> 
    67            <simpara>IPSL: <filename class='directory'>/home/smlod/&project;_DIR</filename> 
    68            </simpara> 
    69           </listitem> 
    70   <listitem> 
    71            <simpara>LOCEAN: <filename class='directory'>/usr/home/smasson/&project;_DIR</filename> 
     56           <simpara>LOCEAN: <filename class='directory'>/usr/home/fplod/&project;_DIR</filename> 
    7257           </simpara> 
    7358         </listitem> 
    7459</itemizedlist> 
    75 If you can access one of theses directories, there is no need to re-install <application>&project;</application> again! In that case, you only have to link <filename class='directory'>${HOME}/&project;_DIR</filename> to the appropriate directory: 
     60If you can access one of these directories, there is no need to re-install <application>&project;</application> again! In that case, you only have to link <filename class='directory'>${HOME}/&project;_DIR</filename> to the appropriate directory: 
    7661<variablelist> 
    77   <varlistentry><term>IDRIS</term> 
    78   <listitem><screen> 
    79   <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/home/rech/eee/reee217/&project;_DIR</parameter> <parameter>${HOME}/&project;_DIR</parameter></userinput> 
    80   </screen> 
    81          </listitem> 
    82   </varlistentry> 
    83   <varlistentry><term>IPSL</term> 
    84   <listitem><screen> 
    85   <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/home/smlod/&project;_DIR</parameter> <parameter>${HOME}/&project;_DIR</parameter></userinput> 
    86   </screen> 
    87            </listitem> 
    88   </varlistentry> 
    8962  <varlistentry><term>LOCEAN</term> 
    9063  <listitem><screen> 
    91   <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/usr/home/smasson/&project;_DIR</parameter> <parameter>${HOME}/&project;_DIR</parameter></userinput> 
     64  <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/usr/home/fplod/&project;_DIR</parameter> <parameter>${HOME}/&project;_DIR</parameter></userinput> 
    9265  </screen> 
    9366           </listitem> 
     
    9972 
    10073    <sect2 xml:id="svn"> 
    101       <title> If <link xl:href="http://subversion.tigris.org/"><application> Subversion (svn)</application></link> is installed on your machine </title> 
     74      <title> If <link xl:href="http://subversion.tigris.org/"><application> Subversion (svn)</application></link> client is installed on your machine </title> 
    10275      <sect3 xml:id="svn_users"> 
    10376<title> Regular users </title> 
Note: See TracChangeset for help on using the changeset viewer.