Instructions for installing Easegress from pre-built binaries or from source.
The easiest way to install Easegress is by using pre-built binaries:
From a shell, test that Easegress is in your path:
$ easegress-server --version
Easegress v2.6.1
Either download the Easegress repo as a ZIP file from here, or clone the repo with the following command:
$ git clone https://github.com/megaease/easegress.git
Navigate to the Easegress directory:
$ cd easegress
Execute the build script to generate the binaries, which will be placed in the bin
directory:
$ make
Add the bin
directory to your system's path:
$ export PATH="$PATH:`pwd`/bin"
Verify that easegress-server
has been successfully added to your path:
$ easegress-server --version
Note:
- This repo requires Go 1.20+ compiler for the build.
- If you need the WebAssembly feature, please run
make wasm
.
To install the Systemd service, execute the following command:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/megaease/easegress/main/scripts/install.sh)"
Pull the latest image from Docker Hub:
$ docker pull megaease/easegress:latest
Run the pulled image:
$ docker run megaease/easegress
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )