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

OE0-84: Automatizing Pulling modules from source and using local instances. #74

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

malinowskikam
Copy link
Contributor

@malinowskikam malinowskikam commented Dec 14, 2021

This PR requires #72 to be available to use, but does not depend on it.

Changes:

  • Implemented install_module_locally admin command, allowing to fetch and install modules from remote repositories on local setup

Usage:

  • install_module_locally invoice - fetches module openimis-be-invoice from repository (url from openimis.json, using develop branch) next to openimis-be_py directory and istalls it as editable library (pip)
  • install_module_locally invoice --url <url> --branch <branch> --path <path> - optional arguments allowing to override default settings, also allowing to add a module not present in openimis.json (results in new openimis.json entry)
  • install_module_locally all - fetches and installs all modules present in openimis.json (allows --path and --branch to be customized)

https://openimis.atlassian.net/browse/OE0-84

@dragos-dobre dragos-dobre merged commit f0c962b into develop Dec 17, 2021
@dragos-dobre dragos-dobre deleted the feature/OE0-84 branch December 17, 2021 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants