source: trunk/adm/guides/firststeps.xml @ 90

Last change on this file since 90 was 90, checked in by pinsard, 15 years ago

improve guides

File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE article [
3<!ENTITY % isolat1 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat1.ent">
4%isolat1;
5<!ENTITY % isolat2 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat2.ent">
6%isolat2;
7<!ENTITY % isogrk3 SYSTEM "http://www.w3.org/2003/entities/iso8879/isogrk3.ent">
8%isogrk3;
9<!ENTITY % isopub SYSTEM "http://www.w3.org/2003/entities/iso8879/isopub.ent">
10%isopub;
11<!ENTITY % isotech SYSTEM "http://www.w3.org/2003/entities/iso8879/isotech.ent">
12%isotech;
13<!ENTITY % isonum SYSTEM "http://www.w3.org/2003/entities/iso8879/isonum.ent">
14%isonum;
15<!ENTITY project "SUPERBIB">
16<!ENTITY project_min "superbib">
17]>
18
19<article version="5.0"
20xmlns="http://docbook.org/ns/docbook"
21xmlns:xl="http://www.w3.org/1999/xlink"
22xmlns:xi="http://www.w3.org/2001/XInclude"
23xml:lang="en"
24xml:id="firststeps">
25
26<!--rst
27
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
50
51-->
52
53  <title> First steps with <application>&project;</application> </title>
54
55  <info>
56     <pubdate>$Id$</pubdate>
57  </info>
58<sect1 xml:id="beforefirststeps">
59<title>Before this</title>
60<para>
61In this document, we supposed that you followed <link xl:href="./get.html">Get &project;</link> recommendations.
62</para>
63</sect1>
64
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
138</article>
Note: See TracBrowser for help on using the repository browser.