Changeset 90 for trunk


Ignore:
Timestamp:
02/13/09 17:26:36 (15 years ago)
Author:
pinsard
Message:

improve guides

Location:
trunk/adm/guides
Files:
3 edited

Legend:

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

    r81 r90  
    1414%isonum; 
    1515<!ENTITY project "SUPERBIB"> 
     16<!ENTITY project_min "superbib"> 
    1617]> 
    1718 
     
    2324xml:id="firststeps"> 
    2425 
    25 <!-- 
    26 module : 
    27 first steps with SUPERBIB ... 
     26<!--rst 
    2827 
    29 source : 
    30 ./SRC/Documentation/xmldoc/firststeps.xml 
     28first steps 
     29 
     30TODO 
     31==== 
     32 
     33demo1installation et check  
     34  
     35autre demo à partir d'un fichier bibtex ou autre 
     36 
     37comment partir de scratch 
     38 
     39pb transformation mailto pour le wiki 
     40 
     41EVOLUTIONS 
     42========== 
     43 
     44$Id$ 
     45 
     46- fplod 2009-02-13T16:07:42Z aedon.locean-ipsl.upmc.fr (Darwin) 
     47 
     48  * more realistic than the previous release which was too close from SAXO 
     49    equivalent 
    3150 
    3251--> 
     52 
    3353  <title> First steps with <application>&project;</application> </title> 
    3454 
     
    4363</sect1> 
    4464 
     65<sect1 xml:id="rundemo1"> 
     66<title>Run the first demo</title> 
     67<sect2 xml:id="rundemo1_what"> 
     68<title>What will happened ?</title> 
     69<para> 
     70You are going to produce a set of HTML and PHP files under  
     71<filename class="directory">/tmp/superbib/</filename>. 
     72</para> 
     73<!-- ++ dessin --> 
     74</sect2> 
     75<sect2 xml:id="rundemo1_definition"> 
     76<title>Let's go for definition</title> 
     77<!-- ++ superbib_profile.sh --> 
     78<para> 
     79Go to the working spage : 
     80<screen> 
     81 <prompt>$</prompt> <userinput>cd ${SUPERBIB}/</userinput> 
     82</screen> 
     83</para> 
     84<para> 
     85Prepare output directories : 
     86<screen> 
     87 <prompt>$</prompt> <userinput>make before</userinput> 
     88</screen> 
     89</para> 
     90<para> 
     91Identify bibliography databank  
     92<screen> 
     93 <prompt>$</prompt> <userinput>ln -sf ./data/bibdemo1_dbk5.xml ./biblio.xml</userinput> 
     94</screen> 
     95</para> 
     96<para> 
     97Identify user databank : 
     98<screen> 
     99 <prompt>$</prompt> <userinput>ln -sf ./data/userdemo1.xml ./user.xml</userinput> 
     100 <prompt>$</prompt> <userinput>ln -sf ./data/usernemo.dtd ./user.dtd</userinput> 
     101</screen> 
     102</para> 
     103<para> 
     104Define your main page : 
     105<screen> 
     106 <prompt>$</prompt> <userinput>ln -sf ./data/maindemo1.xml ./main.xml</userinput> 
     107</screen> 
     108</para> 
     109</sect2> 
     110<sect2 xml:id="rundemo1_production"> 
     111<title>Build ouptuts</title> 
     112<para> 
     113<screen> 
     114 <prompt>$</prompt> <userinput>make html</userinput> 
     115</screen> 
     116</para> 
     117</sect2> 
     118<sect2 xml:id="rundemo1_see"> 
     119<title>Look to outputs</title> 
     120<para> 
     121Choose your favorite browser supporting PHP files and  
     122open <filename>/tmp/superbib/one/en/main.php</filename>. 
     123</para> 
     124</sect2> 
     125<sect2 xml:id="rundemo1_conclusion"> 
     126<title>Ok ?</title> 
     127<para> 
     128If something went wrong please send a email to  
     129<email>&project_min;-dev@forge.ipsl.jussieu.fr</email> 
     130whith output errors  
     131</para> 
     132</sect2> 
     133<!-- ++ installation et check --> 
     134<!-- ++ autre demo à partir d'un fichier bibtex ou autre --> 
     135<!-- ++ ++ comment partir de scratch --> 
     136</sect1> 
     137 
    45138</article> 
  • trunk/adm/guides/get.xml

    r82 r90  
    5858         </listitem> 
    5959</itemizedlist> 
    60 If 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: 
     60If you can access one of this directory, 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: 
    6161<variablelist> 
    6262  <varlistentry><term>LOCEAN</term> 
     
    8181</screen> 
    8282      </para> 
    83       <para> 
    84 The latest revision of the <emphasis role="bold">source files</emphasis> (&szsrcsvn; Mb) can be checked out with the following command: 
    85 <screen> 
    86   <prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/&project_svn;/svn/trunk/SRC</parameter> <parameter>&project;_DIR/SRC</parameter></userinput> 
    87 </screen> 
    88       </para> 
    89       <para> 
    90 The latest revision of the <emphasis role="bold">NetCDF data files</emphasis> (&szdatasvn; Mb) used by the test programs can be checked out with the following command: 
    91 <screen> 
    92   <prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/&project_svn;/svn/trunk/DATA</parameter> <parameter>&project;_DIR/DATA</parameter></userinput> 
    93 </screen> 
    94       </para> 
    9583      </sect3> 
    9684      <sect3 xml:id="svn_contributors"> 
     
    10694 
    10795 
     96<!-- ++ not yet 
    10897    <sect2 xml:id="tar"> 
    10998      <title> Get <application>&project;</application> from a tar file </title> 
     
    180169      </sect3> 
    181170    </sect2> 
     171--> 
    182172  </sect1> 
    183173<sect1 xml:id="afterget"> 
  • trunk/adm/guides/whatis.xml

    r81 r90  
    8484  </para> 
    8585  <para> 
    86 If you need the publications/years graph,  
    87     <application>&project;</application> needs <command>ploticus</command>. 
     86If you need the publications/years graph, <application>&project;</application>  
     87needs <command>ploticus</command>. 
    8888  </para> 
    8989  <para> 
    90 If you want PDF outputs, 
    91     <application>&project;</application> needs <command>dblatex</command>. 
     90If you want PDF outputs, <application>&project;</application> needs <command>dblatex</command>. 
    9291  </para> 
    9392  <para> 
     
    9998</sect1> 
    10099 
     100<!-- ++  
    101101<sect1 xml:id="include"> 
    102102  <title>Include</title> 
     
    104104</para> 
    105105</sect1> 
     106--> 
     107 
    106108</article> 
Note: See TracChangeset for help on using the changeset viewer.