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 1234567890abcdefghijklmnopqrstuvExecute 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 1234567890abcdefghijklmnopqrstuvAfter the installation is complete, modify the configuration to connect to the OpenResty Edge™ Admin:
vim /usr/local/oredge-log-server/conf/config.inihostunder 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-serverExecute 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 1234567890abcdefghijklmnopqrstuvAfter 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.inihostunder the[admin]block in the configuration to the IP address of Admin.[admin]配置块下的host修改为 Admin 的 IP 地址。hostunder 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-nodeWe 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.