Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Подправить инструкцию по запуску бэка #1706

Closed
AlexeyGirin opened this issue Apr 9, 2024 · 4 comments · Fixed by #1726
Closed

Подправить инструкцию по запуску бэка #1706

AlexeyGirin opened this issue Apr 9, 2024 · 4 comments · Fixed by #1726
Assignees
Milestone

Comments

@AlexeyGirin
Copy link
Contributor

AlexeyGirin commented Apr 9, 2024

После внесения изменений в бэк - изменилась строка запуска локального бэка.
Необходимо внести изменения в:

  1. Рид ми файл на гитхабе
  2. Инструкция зашитая в код

@ivnglkv - предоставь новый строки запуска (4 штуки)

@AlexeyGirin AlexeyGirin added this to the Release 3.16 milestone Apr 9, 2024
@ivnglkv
Copy link

ivnglkv commented Apr 10, 2024

Release version

macOS / Linux

curl --output jdi-bootstrap.sh https://raw.githubusercontent.com/jdi-testing/jdi-qasp-ml/master/scripts/bootstrap.sh && \
bash jdi-bootstrap.sh

Windows

curl --output jdi-bootstrap.ps1 https://raw.githubusercontent.com/jdi-testing/jdi-qasp-ml/master/scripts/bootstrap.ps1 && ^
powershell -executionpolicy bypass .\jdi-bootstrap.ps1

Development version

macOS / Linux

curl --output jdi-bootstrap.sh https://raw.githubusercontent.com/jdi-testing/jdi-qasp-ml/develop/scripts/bootstrap.sh && \
bash jdi-bootstrap.sh -b develop -l develop

Windows

curl --output jdi-bootstrap.ps1 https://raw.githubusercontent.com/jdi-testing/jdi-qasp-ml/develop/scripts/bootstrap.ps1 && ^
powershell -executionpolicy bypass .\jdi-bootstrap.ps1 -Branch develop -Label develop

@ivnglkv
Copy link

ivnglkv commented Apr 10, 2024

В dev-ветке бэка это уже есть:
https://github.com/jdi-testing/jdi-qasp-ml/tree/develop?tab=readme-ov-file#take-docker-image-from-github

@Iogsotot
Copy link
Contributor

#1726
3.15.27

@InnaRadionova
Copy link

InnaRadionova commented Apr 26, 2024

2024-04-26 18 12 13
Посмотрела на Win версию Development, все работает ок)
JDN v 3.15.27 Back-end v 0.2.70

@Iogsotot Iogsotot linked a pull request May 13, 2024 that will close this issue
@savinovava savinovava moved this to Done in JDN.AI Board Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants