]> git.argeo.org Git - gpl/argeo-slc.git/blob - src/site/fml/faq.fml
First complete version of the site
[gpl/argeo-slc.git] / src / site / fml / faq.fml
1 <faqs id="faqs1">
2 <part id="general">
3 <title>General</title>
4
5 <faq id="slcName">
6 <question>What does SLC mean?</question>
7 <answer>
8 <p>
9 Any valid XHTML can be placed in the
10 <code>answer</code>
11 element
12 </p>
13 </answer>
14 </faq>
15 </part>
16
17 <part id="techBasic">
18 <title>Technical</title>
19 <faq id="startDemo">
20 <question>How do I start the demo?</question>
21 <answer>
22 <p>
23 From the demo directory (
24 <code>cd demo</code>
25 ) of the source distribution (or workingcopy) run:
26 <br />
27 <code>mvn argeo:osgi:equinox -Pserver</code>
28 <br />
29 then, in another console, also in the demo directory:
30 <br />
31 <code>mvn argeo:osgi:equinox -Pagent</code>
32 <br />
33 Then open
34 <a href="http://localhost:7070/org.argeo.slc.ria">http://localhost:7070/org.argeo.slc.ria
35 </a>
36 </p>
37 </answer>
38 </faq>
39 </part>
40 </faqs>