You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
954 B
19 lines
954 B
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<div class="oe_span12">
|
|
<h2 class="oe_slogan">Galicea Git hosting</h2>
|
|
<h3 class="oe_slogan">
|
|
Simple Odoo-based HTTP interface for Git repository hosting
|
|
</h3>
|
|
<p>
|
|
This add-on allows you to create Git repositories hosted by Odoo, and add specific Odoo users as collaborators. Only those users will have access to the repository. It requires <tt>git</tt> package, including <tt>git-http-backend</tt>, installed in the system. For Ubuntu/Debian it's enough to call
|
|
<pre>sudo apt install git</pre>
|
|
</p>
|
|
<h3>Creating repositories</h3>
|
|
<img class="oe_picture oe_screenshot" src="images/create_screenshot.png" />
|
|
<img class="oe_picture oe_screenshot" src="images/config_screenshot.png" />
|
|
<h3>Interacting with the repository</h3>
|
|
<img class="oe_picture oe_screenshot" src="images/console_screenshot.png" />
|
|
</div>
|
|
</div>
|
|
</section>
|