Skip to content
docs

docs Archived

LAPPIS Docs

Docs can be accessed from the Wiki of this repository.

Content

  1. Guides: Documents related to practices, procedures, lectures, and guides;

    1. DevOps
      1. GitLab CI/CD: Guides related to the usage of the GitLab's Continuous Integration and Continuous Deployment suite;
        1. Overview and Basic Example (pt-br): A guide which teaches how to use GitLab CI/CD to generate continuous integration and continuous deployment in a basic project;
        2. Using Docker Compose (pt-br): A guide which teaches how to use GitLab CI/CD to generate continuous integration with Docker Compose in a basic project.
        3. Integrating GitLab CI/CD on GitHub Project (pt-br): A procedure which allows to use GitLab CI/CD in a GitHub project.
      2. Using the cookbooks (en-us): a guide for installing and using Chake gem, a handle for Chef to help configure all LAPPIS's services.
      3. Monitoring Metrics ([pt-br] (docs/DevOps/Monitoring-metrics-(pt_br))): a guide to organize monitoring ideas about network infrastructure.
  2. Events: Documents related to events promoted by/to LAPPIS;

    1. Events are located at: https://lappis-unb.github.io/minilappisconf/

How to Contribute

  1. Clone the Wiki locally: git clone https://gitlab.com/lappis-unb/internal/docs.wiki.git;
  2. Create/Update Markdown files;
    • If you need to insert images or files, create a folder images or files in the same path of the Markdown, update the images or files, and make references using relative path: ![Image Description](images/image_name.extension) or ![File description](files/file_name.extension).
  3. Update Home.md following the structure already defined;
  4. Push your changes.