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

instructions for running without kubernetes ('monolithic mode') #324

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pintail-xyz
Copy link
Contributor

What does this PR do?

Provides instructions for running mev-inspect-py outside of kubernetes ('monolithic mode'). Useful for debug, potentially easier for small-scale setups.

Testing

These instructions have been tested on a clean Ubuntu 22.04 virtual machine.

\password
[set a password at the prompt]
create database mev_inspect;
\q

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe you'd want to give instructions for running postgres in a docker container, like

docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=mev_inspect postgres

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now added.

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.

3 participants