Once the license request is approved and the packages is completed, you can find the installation password on the product management page of the OpenResty Inc's website, which is the token in the following.
Execute the following command on the server started with an OpenResty Edge™ Admin image (such as AMI for AWS):
sudo oredge-manager auto-install [token]
like
sudo oredge-manager auto-install 1234567890abcdefghijklmnopqrstuv
Execute the following command on the server started with an OpenResty Edge™ Log Server image (such as AMI for AWS):
sudo oredge-manager auto-install [token]
like
sudo oredge-manager auto-install 1234567890abcdefghijklmnopqrstuv
After the installation is complete, modify the configuration to connect to the OpenResty Edge™ Admin:
vim /usr/local/oredge-log-server/conf/config.ini
host
under the[admin]
block in the configuration to the IP address of Admin.[admin]
配置块下的host
修改为 Admin 的 IP 地址。Then reload the service:
sudo systemctl start upgrade-oredge-log-server
Execute the following command on the server started with an OpenResty Edge™ Node image (such as AMI for AWS):
sudo oredge-manager auto-install [token]
like
sudo oredge-manager auto-install 1234567890abcdefghijklmnopqrstuv
After the installation is complete, modify the configuration to connect to the OpenResty Edge™ Admin and the OpenResty Edge™ Log Server:
vim /usr/local/oredge-node/conf/config.ini
host
under the[admin]
block in the configuration to the IP address of Admin.[admin]
配置块下的host
修改为 Admin 的 IP 地址。host
under the[log_cluster]
block in the configuration to the IP address of Log Server.[log_cluster]
配置块下的host
修改为 Log Server 的 IP 地址。Then reload the service:
sudo systemctl start upgrade-oredge-node
We use cookie to make your experience better. By clicking 'I agree' or continuing to use this website you're giving permission for cookies to be stored.
Learn more.