Files
web_doc/basic/nginx/index.md
Andreas Stephanides a772bb2ca5 nginx, fetsiteupdate
2017-04-27 17:12:13 +02:00

807 B

--web--

title: NGINX Installation aus der Quellen

sudo su

Erstelle einen Ordner für die Quellen zu /var/install/

mkdir /var/install
/var/install

Klone Installations/Download Skript

apt-get install git
git clone https://git.triton.fet.at/git/nginx_install.git

Falls auf dem Triton noch kein gültiges SSL Zertifikat installiert ist

git -c http.sslVerify=false clone https://git.triton.fet.at/git/nginx_install.git
apt-get install build-essential
apt-get install libgd2-xpm-dev
apt-get instaqll libldap-dev
 cd nginx_install
./download_nginx
cd nginx-1.10...
./conf_nginx
make
make install