в ридми добавлено описание файлов и перечень ссылок на основании которых строилось расширение.
This commit is contained in:
parent
6a15e4e494
commit
adb845c42d
44
README.md
44
README.md
|
@ -10,14 +10,23 @@
|
|||
|
||||
## Содержание и описание файлов
|
||||
|
||||
- README.MD - Непосредственно этот файл, который является инструкцией и описанием всего проекта и расширения.
|
||||
- HTTPServices.cfe - файл расширения, который нужно добавить в рабочую базу 1С ЕМП.
|
||||
- HTTPServices\default.vrd - файл настроек публикации и подключения HTTP сервиса на стороне веб сервера Apache.
|
||||
- HTTPServises\apache.conf - файл с блоком настроек на стороне веб сервера Apache, для реализации публикации HTTP сервиса во вне.
|
||||
- **README.MD** - Непосредственно этот файл, который является инструкцией и описанием всего проекта и расширения.
|
||||
- **HTTPServices.cfe** - файл расширения, который нужно добавить в рабочую базу 1С ЕМП.
|
||||
- **HTTPServices\default.vrd** - файл настроек публикации и подключения HTTP сервиса на стороне веб сервера Apache.
|
||||
- **HTTPServises\apache.conf** - файл с блоком настроек на стороне веб сервера Apache, для реализации публикации HTTP сервиса во вне.
|
||||
|
||||
##
|
||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||
## Источники вдохновения, основа кода расширения, и чтиво для понимания. (ссылки)
|
||||
- [Учимся создавать http-сервисы ч.1](https://infostart.ru/1c/articles/1293341/)
|
||||
- [Учимся создавать http сервисы ч.2. Передача параметра в http сервис](https://infostart.ru/1c/articles/1296740/)
|
||||
- [Учимся создавать http сервис ч.3. Передача нескольких параметров в http сервис](https://infostart.ru/public/1303368/)
|
||||
- [Учимся создавать http сервис ч.4. Изучение метода POST http запроса (передача текстовых данных)](https://infostart.ru/1c/articles/1307941/)
|
||||
- [HTTP Сервисы: Путь к своему сервису. ч.1](https://infostart.ru/1c/articles/842751/)
|
||||
- [HTTP Сервисы: Путь к своему сервису. ч.2](https://infostart.ru/1c/articles/885287/)
|
||||
- [HTTP Сервисы: Путь к своему сервису. ч.3](https://infostart.ru/public/886103/)
|
||||
- [HTTP Сервисы: Путь к своему сервису. ч.4](https://infostart.ru/1c/articles/893304/)
|
||||
|
||||
|
||||
Код добавляем вот так:
|
||||
|
||||
```
|
||||
cd existing_repo
|
||||
|
@ -26,26 +35,5 @@ git branch -M master
|
|||
git push -uf origin master
|
||||
```
|
||||
|
||||
## Integrate with your tools
|
||||
|
||||
- [ ] [Set up project integrations](https://gitlab.ivcsm.ru/1c-shared/emp/emphttpservices/-/settings/integrations)
|
||||
|
||||
## Collaborate with your team
|
||||
|
||||
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
||||
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
||||
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
||||
|
||||
## Test and Deploy
|
||||
|
||||
Use the built-in continuous integration in GitLab.
|
||||
|
||||
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
||||
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
||||
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
||||
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
||||
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
||||
|
||||
***
|
Loading…
Reference in New Issue