-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make it easy to spin up a dev environment #12
Comments
gm. i agree the current repo makes it impossible to use it externally. do u have a specific marketplace in mind which u'd want us to integrate? |
Can't this be part of the automation proposed in OP? The script that does the migration should also create the event log table (step 2). |
but that table (event_logs) then won't have any data which is required for getting the test cmd to produce anything. so not sure how the created table itself will be of help (sure, somewhat less manual work but would still require to fill it) |
@slasher125 what is required to fill up the table? It should be possible to automate whatever precondition is required in order to get into a one-click setup. |
can't share specifics cause the repo which builds event_logs is private and not managed by me. so its not that straightforward automating the setup for nft_server |
A couple of suggestions:
config.env.example
with default values matching Postgres username/pass set aboveThen one can quickly start testing adapters with the following commands:
The text was updated successfully, but these errors were encountered: