We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As there are no binaries in releases, just wonder how to install. Is docker the only available mode of installation?
The text was updated successfully, but these errors were encountered:
@kamzar1 You can run with Cargo as this code was written in Rust. The best instructions I found were from https://dcspark.github.io/carp/docs/indexer/run
After you've set all your environment variables and are ready to run you can run the following:
cargo run --release -- --plan execution_plans/default.toml --config-path configs/oura.yml
Sorry, something went wrong.
No branches or pull requests
As there are no binaries in releases, just wonder how to install.
Is docker the only available mode of installation?
The text was updated successfully, but these errors were encountered: