nginx, fetsiteupdate
This commit is contained in:
3
basic/index.md
Normal file
3
basic/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
title: Basic Zeug
|
||||
|
||||
Diverse Software die mehrfach benötigt wird.
|
||||
29
basic/nginx/index.md
Normal file
29
basic/nginx/index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# -*-web-*-
|
||||
title: NGINX Installation aus der Quellen
|
||||
|
||||
<pre><code>sudo su</code></pre>
|
||||
Erstelle einen Ordner für die Quellen zu <code>/var/install/</code>
|
||||
<pre><code>mkdir /var/install
|
||||
/var/install</code></pre>
|
||||
|
||||
Klone Installations/Download Skript
|
||||
<pre><code>apt-get install git</code></pre>
|
||||
<pre><code>git clone https://git.triton.fet.at/git/nginx_install.git</code></pre>
|
||||
Falls auf dem Triton noch kein gültiges SSL Zertifikat installiert ist
|
||||
<pre><code>git -c http.sslVerify=false clone https://git.triton.fet.at/git/nginx_install.git</code></pre>
|
||||
|
||||
|
||||
<pre><code>apt-get install build-essential
|
||||
apt-get install libgd2-xpm-dev
|
||||
apt-get instaqll libldap-dev
|
||||
</code></pre>
|
||||
|
||||
<pre><code> cd nginx_install
|
||||
./download_nginx
|
||||
</code></pre>
|
||||
|
||||
<pre><code>cd nginx-1.10...
|
||||
./conf_nginx
|
||||
make
|
||||
make install
|
||||
</code></pre>
|
||||
Reference in New Issue
Block a user