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