https://github.com/study-pm/devops
МДК.04.01 Внедрение и поддержка программного обеспечения компьютерных систем (Палладий Н.А.) [Петровский колледж]
https://github.com/study-pm/devops
Last synced: 3 months ago
JSON representation
МДК.04.01 Внедрение и поддержка программного обеспечения компьютерных систем (Палладий Н.А.) [Петровский колледж]
- Host: GitHub
- URL: https://github.com/study-pm/devops
- Owner: study-pm
- Created: 2024-11-14T12:29:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T16:02:38.000Z (over 1 year ago)
- Last Synced: 2026-01-03T01:03:56.932Z (6 months ago)
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# МДК.04.01 Внедрение и поддержка программного обеспечения компьютерных систем
6735e93d5040133e8429e656
- [Overview](#overview)
- [About this file](#about-this-file)
- [Project information](#project-information)
- [Project Structure](#project-structure)
## Overview
### About this file
The purpose of this file is to provide basic overview, setup, usage and other instructions as well as the general background information about the project.
### Project information
| | |
-- | --
**Title** | МДК.04.01 Внедрение и поддержка программного обеспечения компьютерных систем
**Url** | nebula.petrocollege.ru
**Released** |
**Authors** | Палладий Н.А.
**Publishers** | Петровский колледж
**Catalogues** |
**Discipline** | Development & Operations
**Subjects** | Linux, Docker, PostgreSQL
### Project Structure
This section defines the general project's structure and provides a top-level file/directory layout. Some items may not be present in the actual project or listed here depending on the specific user's configuration and current project state.
```sh
.
├─<📁 .git # Version control files
├>>📁 .tmp # Temporary files
├──📁 assets # Additional value files
├─*📁 img # Binary graphics
├─*📁 res # Static resources
├──📁 samples # Usage examples
├──📁 src # Source code
├──📁 svg # Vector graphics
├──📁 wiki # Knowledge base
├── 🗎 .gitignore # VCS blob ignores
├── 🗎 notes.md # Subject information
├── 🗎 README.md # Project overview
├── 🗎 related.md # Related sources
├── 🗎 SETUP.md # Setup instructions
├─> 🗎 styles.css # Custom stylesheet
└─> 🗎 todos.md # Task list
```
- `─` denotes an item
- `<` denotes a hidden item ingored by default;
- `*` denotes an item present in the project but ignored by VCS (put in the *.gitignore* file);
- `>` denotes an item ignored locally (at specific user's project level — should be put in the *.git/info/exclude* file)
- `>>` denotes an item ignored globally (at specific user's system level — should be put in the *~/.gitignore_global* file)