Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants