|
|
@ -20,6 +20,7 @@
|
|
|
|
## Сервисы
|
|
|
|
## Сервисы
|
|
|
|
- [frontend (ReactJS)](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/frontend)
|
|
|
|
- [frontend (ReactJS)](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/frontend)
|
|
|
|
- [AGW](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/agw)
|
|
|
|
- [AGW](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/agw)
|
|
|
|
|
|
|
|
- [ODS](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/ods)
|
|
|
|
<!-- todo: интегрировать SC Omni Services Embeding c списком всех компонентов -->
|
|
|
|
<!-- todo: интегрировать SC Omni Services Embeding c списком всех компонентов -->
|
|
|
|
|
|
|
|
|
|
|
|
## Развертывание
|
|
|
|
## Развертывание
|
|
|
@ -28,7 +29,7 @@ To start the development server run `nx serve frontend`. Open your browser and n
|
|
|
|
|
|
|
|
|
|
|
|
Run all services:
|
|
|
|
Run all services:
|
|
|
|
```
|
|
|
|
```
|
|
|
|
nx run-many --parallel --target=serve --projects=agw,frontend
|
|
|
|
nx run-many --parallel --target=serve --projects=agw,ods,frontend
|
|
|
|
```
|
|
|
|
```
|
|
|
|
<a style="padding: 10px; background: black; color: white; border-radius: 25px;" href="https://l.djft.ru/r/72/p/itlabplatform1/a/p/a/">
|
|
|
|
<a style="padding: 10px; background: black; color: white; border-radius: 25px;" href="https://l.djft.ru/r/72/p/itlabplatform1/a/p/a/">
|
|
|
|
Deploy on SCOS
|
|
|
|
Deploy on SCOS
|
|
|
@ -47,6 +48,7 @@ graph TD;
|
|
|
|
agw-e2w-->agw;
|
|
|
|
agw-e2w-->agw;
|
|
|
|
frontend-e2e-->frontend;
|
|
|
|
frontend-e2e-->frontend;
|
|
|
|
frontend-->agw;
|
|
|
|
frontend-->agw;
|
|
|
|
|
|
|
|
ods-e2e-->ods
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Generate code
|
|
|
|
## Generate code
|
|
|
|