-
Notifications
You must be signed in to change notification settings - Fork 7
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 manually with go run #1167
base: main
Are you sure you want to change the base?
Conversation
dccba42
to
0f4d694
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.
Great! Really nice to have this documented! Everything works well for me, except for that I need to add a /
before tmp
in the conf (see comment).
20d528f
to
73f8a27
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.
The DEVELOPMENT.md file has a ver different layout compared to the other markdown files. It would be better if this file also followed the same layout i.e remove all the numbered list items for starter.
Secondly it would be much easier if you started using a markdown linter in order to catch all the other issues, mainly missing empty lines between sections and trailing white spaces.
2cefebe
to
ac447f1
Compare
Co-authored-by: Joakim Bygdell <[email protected]>
73d8d3f
to
de39a95
Compare
Related issue(s) and PR(s)
This PR closes #1155
Description
Additional notes
The bug for the integration test of sda-download has been there for quite some time.
How to test
Follow the instructions in DEVELOPMENT.md and verify that everything functions as expected.