nginx-amplify-agent
nginx-amplify-agent copied to clipboard
ArchLinux support
Tried installing on archllinux, but resulted in "not supported" error. Awaiting for support on this system since it offers more flexible nginx version installs over other distros. Thanks in advance.
Soon we will provide a step-by-step manual "How to install NGINX Amplify Agent if your OS is not supported". Hope it will help.
Please try this script: https://github.com/nginxinc/nginx-amplify-agent/blob/master/packages/install-source.sh
@dedm no way, the install stops at line 249 get-pip.py not found error. Tested both in default python 3 env and 2.7 virtualenv, both gave me the same result.
Maybe worth making a PKGBUILD file for AUR repo? I saw there are commands for installing dependencies for other distros in the script, so for arch basicaly is easier making a PKGBUILD instead...
@nos1609 hm, this is odd. Let's try to do some manual work here:
wget -q --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
Please run these commands and tell me what's the output.
About the PKGBUILD for AUR: since it's not a very popular linux distro, right now we don't have plans for supporting packages for it. We will appreciate any help with it.