1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/baidu-BFE

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
install_from_source.md 914
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
yangsijie Отправлено 10.08.2020 10:53 82c78de

Install from source code

Prerequisites

  • golang 1.13+
  • git 2.0+

Download source code

$ git clone https://github.com/bfenetworks/bfe

Build

  • Execute the following command to build bfe:
$ cd bfe
$ make

!!! tip If you encounter an error such as "https fetch: Get ... connect: connection timed out", please set the GOPROXY and try again. See Installation FAQ

  • Execute the following command to run tests:
$ make test
  • Executable object file location:
$ file output/bin/bfe
output/bin/bfe: ELF 64-bit LSB executable, ...

Run

  • Run BFE with example configuration files:
$ cd output/bin/
$ ./bfe -c ../conf -l ../log

Further reading

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/baidu-BFE.git
git@api.gitlife.ru:oschina-mirror/baidu-BFE.git
oschina-mirror
baidu-BFE
baidu-BFE
develop