]>
Commit | Line | Data |
---|---|---|
c4457fba NL |
1 | <!DOCTYPE html> |
2 | <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> | |
3 | <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> | |
4 | <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> | |
5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
6 | <head> | |
7 | <title>Herunterladen und installieren</title> | |
8 | <meta charset="utf-8"> | |
9 | <meta name="description" content="Documentation for wallabag" /> | |
10 | <meta name="author" content="Nicolas Lœuillet"> | |
11 | <link rel="icon" href="../../templates/default/themes/daux-blue/img/favicon-blue.png" type="image/x-icon"> | |
12 | <!-- Mobile --> | |
13 | <meta name="apple-mobile-web-app-capable" content="yes" /> | |
14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
15 | ||
16 | <!-- Font --> | |
17 | ||
18 | <!-- CSS --> | |
19 | <link href='../../templates/default/themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'> | |
20 | </head> | |
21 | <body> | |
22 | <!-- Docs --> | |
23 | <div class="container-fluid fluid-height wrapper"> | |
24 | <div class="navbar navbar-fixed-top hidden-print"> | |
25 | <div class="container-fluid"> | |
26 | <a class="brand navbar-brand pull-left" href="../../index.html">wallabag</a> | |
27 | <p class="navbar-text pull-right">Generated by <a href="http://daux.io">Daux.io</a></p> | |
28 | </div> | |
29 | </div> | |
30 | <div class="row columns content"> | |
31 | <div class="left-column article-tree col-sm-3 hidden-print"> | |
32 | <!-- For Mobile --> | |
33 | <div class="responsive-collapse"> | |
34 | <button type="button" class="btn btn-sidebar" id="menu-spinner-button"> | |
35 | <span class="icon-bar"></span> | |
36 | <span class="icon-bar"></span> | |
37 | <span class="icon-bar"></span> | |
38 | </button> | |
39 | </div> | |
40 | <div id="sub-nav-collapse" class="sub-nav-collapse"> | |
41 | <!-- Navigation --> | |
42 | <ul class="nav nav-list"><li><a href="../../de/Einfuehrung.html">Einfuehrung</a></li><li><a href="../../de/wallabag_unterstuetzen.html">wallabag unterstuetzen</a></li><li class="open"><a href="../../de/Anwenderdokumentation/index.html" class="folder">Anwenderdokumentation</a><ul class="nav nav-list"><li class="active"><a href="../../de/Anwenderdokumentation/Herunterladen_und_installieren.html">Herunterladen und installieren</a></li><li><a href="../../de/Anwenderdokumentation/Den_ersten_Artikel_speichern.html">Den ersten Artikel speichern</a></li><li><a href="../../de/Anwenderdokumentation/Artikel_lesen.html">Artikel lesen</a></li><li><a href="../../de/Anwenderdokumentation/wallabag_konfigurieren.html">wallabag konfigurieren</a></li><li><a href="../../de/Anwenderdokumentation/Ein_Artikel_wird_nicht_korrekt_angezeigt.html">Ein Artikel wird nicht korrekt angezeigt</a></li><li><a href="../../de/Anwenderdokumentation/Versteckte_Einstellungen.html">Versteckte Einstellungen</a></li></ul></li></ul> <div class="well well-sidebar"> | |
43 | ||
44 | <!-- Links --> | |
45 | <a href="https://www.wallabag.org/downloads" target="_blank">Download</a><br><a href="https://github.com/wallabag/wallabag" target="_blank">GitHub Repo</a><br><a href="http://support.wallabag.org" target="_blank">Help</a><br><a href="https://github.com/wallabag/documentation/graphs/contributors" target="_blank">Documentation contributors</a><br> | |
46 | <!-- Twitter --> | |
47 | </div> | |
48 | </div> | |
49 | </div> | |
50 | <div class="right-column content-area col-sm-9"> | |
51 | <div class="content-page"> | |
52 | <article> | |
53 | <div class="page-header sub-header clearfix"> | |
54 | <h1>Herunterladen und installieren <a href="https://github.com/wallabag/documentation/blob/master/de/02_Anwenderdokumentation/02_Herunterladen_und_installieren.md" class="btn">Fix this page</a> </h1> | |
55 | <span style="float: left; font-size: 10px; color: gray;"> | |
56 | Sunday, November 16, 2014 </span> | |
57 | <span style="float: right; font-size: 10px; color: gray;"> | |
58 | 9:22 PM </span> | |
59 | </div> | |
60 | ||
61 | <h2>Ich möchte wallabag nicht installieren</h2> | |
62 | <p>Wenn du wallabag nicht auf einem eigenen Server installieren kannst oder möchtest, solltest du ein kostenloses Benutzerkonto auf Framabag erstellen, wo wallabag genutzt wird.</p> | |
63 | <h2>Ich möchte wallabag installieren</h2> | |
64 | <p><a href="http://www.wallabag.org/download">Lade die neueste Version von wallabag herunter</a> und entpacke sie. Kopiere die entpackten Dateien und Verzeichnisse auf deinen Webserver.</p> | |
65 | <h2>Voraussetzungen für den Webserver</h2> | |
66 | <ul> | |
67 | <li><a href="http://php.net/manual/en/install.php">PHP 5.3.3 oder höher</a></li> | |
68 | <li><a href="http://php.net/manual/en/book.sqlite.php">SQLite</a> or <a href="http://php.net/manual/fr/book.mysql.php">MySQL</a> or <a href="http://php.net/manual/en/book.pgsql.php">PostgreSQL</a></li> | |
69 | <li><a href="http://php.net/xml">XML for PHP</a></li> | |
70 | <li><a href="http://php.net/pcre">PCRE</a></li> | |
71 | <li><a href="http://php.net/manual/book.filter.php">Data filtering</a></li> | |
72 | <li><a href="http://php.net/tidy">Tidy for PHP</a></li> | |
73 | <li><a href="http://php.net/curl">cURL</a></li> | |
74 | <li><a href="http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen">allow_url_fopen</a></li> | |
75 | <li><a href="http://php.net/manual/en/book.gettext.php">gettext</a></li> | |
76 | </ul> | |
77 | <p>Um zu überprüfen, ob dein Server die Voraussetzungen erfüllt, kannst du <code>wallabag_compatibility_test.php</code> ausführen. Diese Datei liegt im <code>install</code>-Verzeichnis von wallabag.</p> | |
78 | <h2>Installation der Abhängigkeiten</h2> | |
79 | <p>Damit wallabag ordnungsgemäß funktioniert, müssen einige Abhängigkeiten erfüllt werden. Um diese zu installieren, muss <code>composer</code> verwendet werden. Führe folgende Kommandos in deinem wallabag-Verzeichnis aus:</p> | |
80 | <pre><code>curl -s http://getcomposer.org/installer | php | |
81 | php composer.phar install</code></pre> | |
82 | <p>Falls du <code>composer</code> nicht installieren kannst, kannst du alternativ <a href="http://wllbg.org/vendor">vendor.zip</a> herunterladen und in deinem wallabag-Verzeichnis entpacken. </p> | |
83 | <h2>Berechtigungen</h2> | |
84 | <p>Dein Webserver braucht Schreibrechte in den Verzeichnissen <code>assets</code>, <code>cache</code>, und <code>db</code>. Bei fehlenden Schreibrechten kann die Installation nicht ausgeführt werden.</p> | |
85 | <h2>wallabag installieren. Endlich.</h2> | |
86 | <p>Rufe wallabag in deinem Browser auf. Wenn dein Server richtig konfiguriert ist, wird die Setup-Seite angezeigt.</p> | |
87 | <p>Gib dort deinen Datenbank-Typ an (<code>sqlite</code>, <code>mysql</code> oder <code>postgresql</code>) und die Angaben für dein Benutzerkonto</p> | |
88 | <p>wallabag ist jetzt fertig installiert.</p> | |
89 | <h2>Anmelden</h2> | |
90 | <p>Rufe wallabag in deinem Webbrowser auf und gib deinen Benutzernamen und dein Passwort ein, um dich anzumelden.</p> | |
91 | <p>Viel Spaß!</p> | |
92 | </article> | |
93 | </div> | |
94 | </div> | |
95 | </div> | |
96 | </div> | |
97 | ||
98 | ||
99 | ||
100 | <!-- jQuery --> | |
101 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
102 | <script> | |
103 | if (typeof jQuery == 'undefined') | |
104 | document.write(unescape("%3Cscript src='../../js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E")); | |
105 | </script> | |
106 | ||
107 | <!-- hightlight.js --> | |
108 | <script src="../../js/highlight.min.js"></script> | |
109 | <script>hljs.initHighlightingOnLoad();</script> | |
110 | ||
111 | <!-- JS --> | |
112 | ||
113 | <!-- Front end file editor --> | |
114 | <script src="../../js/custom.js"></script> | |
115 | <!--[if lt IE 9]> | |
116 | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
117 | <![endif]--> | |
118 | ||
119 | </body> | |
120 | </html> | |
121 |