Rtcamp/nginx ppa state

Hi guys it seems this https://launchpad.net/~rtcamp/+archive/ubuntu/nginx hasn’t been updated for a while? If I prefer to manually install stacks it’d be great if I can grab rtCamp’s nginx build via ppa.

Thanks.

@digitalwingx

We are not using above PPA anymore. We have switched to OpenSuse Build Service.

Please check :

https://build.opensuse.org/project/monitor/home:rtCamp:EasyEngine

thanks @harshadyeola. can you confirm if this is how i should go about installing it (on ubuntu 14.04)?

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/rtCamp:/EasyEngine/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/nginx.list"
sudo apt-get update
sudo apt-get install nginx

@digitalwingx

you need some modification

apt-get update && apt-get install nginx-custom

thanks. it seems i also need to add the key:

gpg --keyserver "hkp://pgp.mit.edu" --recv-keys '3050AC3CD2AE6F03'
gpg -a --export --armor '3050AC3CD2AE6F03' | apt-key add -