-
Notifications
You must be signed in to change notification settings - Fork 25
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
install: integration of invenio-sip2 module #1005
Conversation
34913b0
to
7610ed4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to add an option to start the SIP server with the server script or an extra sipsever script?
At this time, I think this is prematured to want start sip2server with script because it"s very basic implementation. I will add that later. |
7610ed4
to
ab0651c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to make this module optional during the installation such as poetry install [pip2]
or similar
99b8b7d
to
614e583
Compare
done using |
9689943
to
939bc45
Compare
d02b5a8
to
dd8bb20
Compare
e18ab7e
to
a4f6e81
Compare
* Adds optional invenio-sip2 module to poetry dependencies. * Adds option into bootstrap to install sip2 module. Co-Authored-by: Lauren-D <[email protected]>
a4f6e81
to
3226039
Compare
Co-Authored-by: Lauren-D [email protected]
Why are you opening this PR?
https://tree.taiga.io/project/rero21-reroils/us/1354
How to test?
poetry run bootstrap
selfcheck
command :poetry run invenio --help
poetry install --extras sip2
or
poetry run bootstrap --sip2
selfcheck
commandpoetry run invenio selfcheck start -h 127.0.0.1 -p 3004
(this command start the SIP2 socket server)
Code review check list