使用 toughcli 安裝管理 toughradius

使用 toughcli 安裝管理 toughradius

查看radius指令模塊的幫助信息sql

$ toughcli radius --help
Usage: toughcli radius [OPTIONS]

Options:
--install
-e, --edit-config               edit radius docker-compose.yml config
-o, --docker-operate [|ps|config|pull|logs|start|stop|restart|kill|rm|down|pause|unpause|status]
                              docker instance operate
-d, --rundir TEXT               default:/home/toughrun
-i, --instance TEXT
-n, --worker-num INTEGER
-r, --release [dev|stable|commcial]
--help                          Show this message and exit.

參數說明:

--install 新安裝 toughradius 實例,可選參數 -d,-i,-n,-r

-e/--edit-config 編輯 toughcli 生成的 docker-compose配置文件,用來調整各項參數實現優化。可選參數 -d,-i

-o/--docker-operate toughradius 實例的維護指令,可選參數 -d,-i

子參數

-d/--rundir 運行主目錄,會在主目錄中再次建立實例目錄,一個主目錄下能夠安裝多個實例。
-i/--instance 實例名,能夠建立多個 toughradius 實例,但必須保證端口不衝突。
-n/--worker-num radius 工做進程數,保留參數,暫時沒有起做用。
-r/--release 安裝版本,dev 開發版,stable 穩定版,commcial 商業版(保留參數)

示例

一鍵部署 TOUGHRADIUS,默認使用sqlite數據庫docker

$ toughcli radius --install

指定實例名數據庫

$ toughcli radius --install  -i r1

指定版本類型優化

$ toughcli radius --install -r dev
相關文章
相關標籤/搜索