Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P proj356 Dev-Env-Deploy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 空格斜杠全角
  • proj356 Dev-Env-Deploy
  • Wiki
  • Competition files
  • 01 比赛题目分析和相关资料调研

01 比赛题目分析和相关资料调研 · Changes

Page history
Update 01 比赛题目分析和相关资料调研 authored May 22, 2024 by 刁翔宇's avatar 刁翔宇
Hide whitespace changes
Inline Side-by-side
competition-files/01-比赛题目分析和相关资料调研.md 0 → 100644
View page @ be906dad
## 关于选题相关背景
- SuperIDE
- 开发容器范例项目 https://gitee.com/SuperIDE/DevContainerExample
- Ubuntu 20.04 C/C++ example https://gitee.com/SuperIDE/ubuntu20.04-c
- 自动化的Linux内核调试环境搭建 https://gitee.com/mengning997/linuxkerneldebug
- 容器化的Linux内核调试环境 https://gitee.com/mengning997/linuxkernel/tree/master/src/kerneldebuging
- mykernel https://github.com/mengning/mykernel
- 虚拟原型设计工具 https://gitee.com/vProtyping/vProtyping
## 自动化部署方式
### shell 脚本
- sh `man sh`
- bash
- dash
- ksh
- csh
- tcsh
- zsh
- fish
### 容器化
#### 容器化平台
- docker
- podman
- snap
- flatpak
- LXC
#### 容器化运行时
- ContatinerD
- CRI-O
- Docker Engine
- Mirantis Container Runtime
#### 集群化部署
- OpenShift
- Kubernetes
### 自动化引擎
- ansible
- cloud init
### 预编译镜像
- archiso
- ubuntu-image
- create debian iso https://github.com/aitorpazos/create-debian-iso
## 操作系统平台以及包管理器
### 分别于操作系统的包管理器
- Linux
- debian/ubuntu dpkg apt apt-get aptitude
- arch pacman yay yougut
- gentoo emerge
- fedora/centos yum
- Android N/A
- BSD
- Darwin brew
- FreeBSD pkg
- NT
- Widnows winget chocolatey
### 不依赖特定操作系统的包管理器
- python pip
- php composer
- JS npm yarn
- go
- ruby gem
### 非包管理器
- make
## 团队协作平台
多人协作开发时,协作平台是必不可少的。
- 可运行在 lnmp 套件下的软件
- mediawiki
- phpmyadmin
- phproject
- chyrp lite
- mytinytodo
- peperminty wiki
- flarum
- 具备git集成的项目管理软件
- gitlab
- gitea
- taiga
- openproject
- redmine
Clone repository
  • Home
  • competition files
    • 00 目标描述
    • 01 比赛题目分析和相关资料调研
    • 02 系统框架设计
    • 03 开发计划
    • 04 比赛过程中的重要进展
    • 05 系统测试情况遇到的主要问题和解决方法
    • 06 分工和协作
    • 07 提交仓库目录和文件描述
    • 08 比赛收获
  • contribute
  • deploiy cli
    • config.yaml
  • deploy cli
    • manual
View All Pages