How to install Nginx 1.6.0 on Elementary OS.
-
I’m going through the process of installing my dev environment for fapng and thought i would document some of the progress here.
Nginx can be a pain to install with some distros of Linux. I had trouble installing the latest version on Debian as they only have the most stable packages available.
This should help install the latest version on:
-
Ubuntu 14.04 Trusty Tahr
-
Ubuntu 13.10 Saucy Salamander
-
Ubuntu 12.04 Precise Pangolin
-
Linux Mint 17 Qiana
-
Linux Mint 16 Petra
-
Linux Mint 13 Maya
-
Pinguy OS 14.04
-
Pinguy OS 12.04
-
LXLE 14.04
-
and other Ubuntu based linux distributions
$ sudo add-apt-repository ppa:nginx/stable
$ sudo apt-get update
$ sudo apt-get install nginx
-
-
Still waiting for that new Elementary OS release :P
-
@Schamper You can build it from source and i think i read that Freya beta will be coming out soon.