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

improve guides

File:
1 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> 
Note: See TracChangeset for help on using the changeset viewer.