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

Run services locally for development purposes #65

Open
2 tasks done
MustafaJafar opened this issue Jul 1, 2024 · 0 comments
Open
2 tasks done

Run services locally for development purposes #65

MustafaJafar opened this issue Jul 1, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@MustafaJafar
Copy link
Contributor

MustafaJafar commented Jul 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior:

Running services locally doesn't work out of the box.

PS E:\Ynput\ayon-kitsu> cd services/processor
PS E:\Ynput\ayon-kitsu\services\processor> ./manage.ps1 run 
&: E:\Ynput\ayon-kitsu\services\processor\manage.ps1:39:7
Line |
  39 |      & poetry run python -m processor
     |        ~~~~~~
     | The term 'poetry' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the 
     | name, or if a path was included, verify that the path is correct and try again.

Expected Behavior:

IMO, having more options in manage script where I can run install that brings poetry and venv.
More info about how to run the service on developer machine and will it conflict with the service running on ASH.

It's important to note (please, @iLLiCiTiT correct me) that the services themselves are not directly uploaded to the server. Instead, their Docker files are created and then uploaded to Docker Hub whenever there is a new GitHub release. This is why services with the -dev.x postfix in their version number do not work—there are no Docker files available for these interim versions.

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

shown above.

> cd services/processor
> ./manage.ps1 run 

Are there any labels you wish to add?

  • I have added the relevant labels to the bug report.

Relevant log output:

No response

Additional context:

No response

@MustafaJafar MustafaJafar added the type: bug Something isn't working label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant