二进制安装

二进制包安装,不用安装 go 语言环境,下载二进制包可修改配置可直接运行

下载二进制包

以v1.1.0-release linux版本为例

  1. wget https://github.com/jc3wish/Bifrost/releases/download/v1.1.0-release/linux.zip
  2. unzip linux.zip
  3. mv ./linux ./Bifrost_v1.1.0-release
  4. cd ./Bifrost_v1.1.0-release
  5. chmod a+x ./Bifrost ./Bifrost-server
  6. ./Bifrost-server start

windows 下启动

  1. Bifrost.exe -config ./etc/Bifrost.ini

浏览器打开 管理界面 https://127.0.0.1:21036