Skip to content

Running with Cargo

  1. Run standalone by placement-center

    cargo run --package cmd --bin placement-center -- --conf=config/placement-center.toml

    If the following output is displayed, it indicates that the placement-center has started successfully: image

  2. Run standalone by mqtt-server

    cargo run --package cmd --bin mqtt-server -- --conf=config/mqtt-server.toml

    If the following output is displayed, it indicates that the mqtt-server has started successfully:Cargo-Running-run-mqtt-server-2.png

  3. Run standalone by journal-server

    cargo run --package cmd --bin journal-server -- --conf=config/journal-server.toml

    The following output indicates that the journal-server has started successfully: Cargo-Running-run-journal-server-3.png