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

  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Galicea Git hosting</h2>
  5. <h3 class="oe_slogan">
  6. Simple Odoo-based HTTP interface for Git repository hosting
  7. </h3>
  8. <p>
  9. 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
  10. <pre>sudo apt install git</pre>
  11. </p>
  12. <h3>Creating repositories</h3>
  13. <img class="oe_picture oe_screenshot" src="images/create_screenshot.png" />
  14. <img class="oe_picture oe_screenshot" src="images/config_screenshot.png" />
  15. <h3>Interacting with the repository</h3>
  16. <img class="oe_picture oe_screenshot" src="images/console_screenshot.png" />
  17. </div>
  18. </div>
  19. </section>