Deploy Module
Functionβ
- Start up automatically
- Interactive installation
- Automatic download of Web modules
- Automatic execution of Web modules
- Automatic update of Web modules
More configurationsβ
Allow downloading of pre-release versionsβ
tip
By default, only stable versions will be downloaded
If you want to download pre-release versions, you can use the --pre-release
parameter
./serverbee-deploy --pre-release
Interactive installation (default)β
./serverbee-deploy -i
Use a custom portβ
./serverbee-deploy -p 8081
Start on boot (enabled by default)β
./serverbee-deploy -a true
Disable start on bootβ
./serverbee-deploy -a false
Exampleβ
./serverbee-deploy -p 8081 -a false
Compile from source codeβ
cargo build --bin serverbee-deploy --release
Then you can find the executable file serverbee-deploy
in target/release
.