-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
In the Quick start section, it says to run: source ./substrate-archive/scripts/up.sh, however the script no longer exists there. Is this still relevant? It seemed like a nice feature!
In general, it's unclear how to get the SQL database up and running:
- This example: https://github.com/paritytech/substrate-archive/wiki/1).-Requirements#example-setting-up-the-database seems to be the right place to provide steps on how to do this. Perhaps we could add instructions for different OS users. For me on macos when I run
createuser -s postgres, I get:createuser: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting connections on that socket?
- This example: https://github.com/paritytech/substrate-archive/wiki/1.)-Requirements#compiling-without-a-database alludes to the fact that you can still run the
substrate-archiveCLI without a database. But it's not so clear how. Where do I setSQLX_OFFLINE=truefor example? - Is there a way to run
node-template-archiveusing the CLI ?
If you can help me answer these questions I'll make a follow-up PR with the clarifications I think are needed. Thanks! 😃
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels