]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.server.repo.webapp/howto.html
Execution modules now properly started when a flow is called.
[gpl/argeo-slc.git] / modules / org.argeo.slc.server.repo.webapp / howto.html
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4 <title>SLC Repository</title>
5 <link href="style.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
8 <h1>SLC Repository</h1>
9 <p>This is a repository of OSGi bundles, which is compatible with Maven conventions.
10 </p>
11 <p>The first level refers to <b>products</b>, the second one to <b>version branches</b> of these products.
12 </p>
13 <p>When clicking on a version branch, an editors opens which allows to efficiently browse the available bundles.
14 </p>
15
16 <h2>Usage with maven repository compatible tools</h2>
17 <p>There is one maven-style repository per branch.
18 </p>
19 <p>It is accessible anonymously at the following URL (if public access has been explicitly given to this branch):<br>
20 <pre>http://[host]/data/public/java/[org.example.product]-[major.minor.x]</pre>
21 </p>
22 <p>Or as an authenticated user (BASIC auth) belonging to <i>ROLE_SLC</i>, with read/write WebDav access:<br/>
23 <pre>https://[host]/data/files/java/[org.example.product]-[major.minor.x]</pre>
24 </p>
25
26 </body>
27 </html>