Running in VSCode
Download the Project Code
- Clone the project repository to your local machine.
Initialize the Environment
- Ensure that all necessary dependencies and tools are installed and configured.
Navigate to the
src/cmd/src
Directory- You will see the following structure:
. ├── journal-server │ └── server.rs ├── mqtt-server │ └── server.rs └── placement-center └── server.rs
Open the Corresponding Component Directory
- Open the
server.rs
file in the directory of the component you want to run. You will see themain
function as shown in the figure below:
- Start the service as needed.
- Open the