- Install rustup:
curl https://sh.rustup.rs -sSf | sh
- Install the Rust toolchain version 1.32.0 using rustup:
rustup install 1.32.0
- Go to the MaxDecoy-code-directory and build it with:
cargo build --release
The binary file ends up in target/release/max_decoy
.
The folder db
contains a SQL-schema for PostgreSQL which defines the Databasestructure. For production coment the testing partitions and uncomment the 100 partition for production.
Copy the file .env.example
to the folder where you start MaxDecoy, rename it .env
and adjust it to your needs.
Use max_decoy --help
to show the subcommands of MaxDecoy and max_decoy subcommand --help
to show the parameters of a single subcommand.