Install NGINX, WordPress and php-fpm on Debian

August 20, 2011 by admin · Leave a Comment 

Here is a excellent tutorial show you how to Install NGINX, WordPress and php-fpm on Debian:

Manual compiling is cool, but also a bit old-school, that’s why we use packages from Dotdeb in this example:

  1. Add the following two lines into your /etc/apt/sources.list file (example for debian squeeze, see lenny instructions here:
    deb http://packages.dotdeb.org stable all
    deb-src http://packages.dotdeb.org stable all
  2. fetch and apply GnuPG key:
    wget http://www.dotdeb.org/dotdeb.gpg
    cat dotdeb.gpg | sudo apt-key add -
  3. refresh your sources
    apt-get update

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
Click here to cancel reply.