nginx-amplify-agent icon indicating copy to clipboard operation
nginx-amplify-agent copied to clipboard

ArchLinux support

Open nos1609 opened this issue 9 years ago • 5 comments

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.

nos1609 avatar Jul 09 '16 10:07 nos1609

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.

dedm avatar Jul 14 '16 16:07 dedm

Please try this script: https://github.com/nginxinc/nginx-amplify-agent/blob/master/packages/install-source.sh

dedm avatar Feb 03 '17 01:02 dedm

@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.

nos1609 avatar Feb 03 '17 13:02 nos1609

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 avatar Feb 03 '17 13:02 nos1609

@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.

dedm avatar Feb 03 '17 15:02 dedm