Projects with this topic
-
GitLab Community Edition (CE) is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab CE on your own servers, in a container, or on a cloud provider.
Updated -
A package for bootstrapping GitLab's context-aware Web IDE.
The VS Code extension for GitLab is available at https://gitlab.com/gitlab-org/gitlab-vscode-extension
Updated -
The GitLab Knowledge Graph project aims to create a structured, queryable graph database from code repositories to power AI features and enhance developer productivity.
Updated -
-
Collaborate with your flatmates
Updated -
Avec la multiplication des sources d’inspiration culinaire et la diversité des besoins alimentaires, il devient essentiel de disposer d’un outil centralisé pour organiser ses recettes et préparer efficacement ses courses. Cette proposition décrit une application web permettant de gérer facilement des recettes de cuisine et de générer automatiquement la liste de courses correspondante. Objectifs de l’application • Centraliser, organiser et retrouver facilement toutes vos recettes. • Générer automatiquement une liste de courses à partir des recettes sélectionnées. • Adapter les quantités selon le nombre de personnes • Optimiser le temps passé à faire les courses et éviter les oublis.
Updated -
Updated
-
Analyze CI/CD pipeline durations and critical paths.
Updated -
-
-
Baserow is an open source no-code database and Airtable alternative. Create your own database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser.
Updated -
GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.
Updated -
A dashboard for all your GitLab CI pipelines!
Updated -
Sintayew Gashaw / GitLab
CI/CD Catalog (unpublished)GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.
Android game TypeScript Rust Go python3 API nodejs C GitLab Bash C# hacktoberfest golang Ansible web Django website dotfiles Terraform Angular shishifubing Kotlin Laravel cli Kubernetes Archived Unity Java Linux PHP React bot C++ library minecraft Amazon Web S... plugin machine lear... MySQL js Git Ruby WordPress Flutter discord Program Node.js PostgreSQL html5 blog JSON template bootstrap arduino shell vue security node documentation Qt MongoDB LaTeX automation app devops in preparation flask Windows ci CSS3 server theme Express vim Spring spring boot legend Vue.js vuejs gui CSS HTML Docker JavaScript Python CSV parquet tabular datagit openml Lua AI dataset Markdown framework iOS telegram cpp hugoUpdated -
Baserow is an open source no-code database and Airtable alternative. Create your own database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser.
Updated -
GitLab ir atvērtā pirmkoda programmatūras izstrādes platforma ar iebūvētu versijas kontroli, problēmu izsekošanu, koda pārskatīšanu, CI/CD un daudz ko citu. Izmitiniet GitLab uz saviem personīgiem serveriem, konteinerā, virtuālā mašīnā, vai uz kāda no mākoņa pakalpojumu sniedzēju serveriem.
GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.
(Latvian fork)
Updated -
Learning ReactJS. Note and code for class
Updated -
-
Prerequisites:
Git: Git is a version control system used for tracking changes in source code during software development. Make sure Git is installed on your system. You can download Git from https://git-scm.com/ and follow the installation instructions for your operating system.
PHP: Laravel requires PHP to be installed on your system. You need PHP version 7.3 or higher. You can check your PHP version by running php -v in your terminal.
Composer: Composer is a dependency manager for PHP and is used to install Laravel and its dependencies. You can download Composer from https://getcomposer.org/ and follow the installation instructions for your operating system.
Web Server: You'll need a web server to serve your Laravel application. While Laravel comes with a built-in development server, it's recommended that Apache or Nginx be used for production deployments.
Database: If the cloned project uses a database, make sure you have the required database management system (e.g., MySQL, PostgreSQL, SQLite) installed on your system.
Updated