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

Add deployment documentation #2

Open
kristjanvalur opened this issue Apr 15, 2021 · 0 comments
Open

Add deployment documentation #2

kristjanvalur opened this issue Apr 15, 2021 · 0 comments

Comments

@kristjanvalur
Copy link
Contributor

kristjanvalur commented Apr 15, 2021

Some suggestions from someone setting up on linux.

Readme talks about development. But deployment (e.g. in a docker container) is something else.
Currently I think I have to to:

  • install python3 and pip3, gdb, elfutils, e.g. apt install -y python3 python3-pip gdb elfutils
  • pip3 install poetry
  • clone repo or unzip source
  • cd into root and run poetry update && poetry install

to run the program we need to poetry run upload_coredump from the root folder.

Additionally, this tool might be mentioned in the sentry platform documentation, also the fact that linux core files are not natively supported.

Cheers!

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

No branches or pull requests

1 participant