<ulclass="nav nav-list"><li><ahref="../../en/Getting_started.html">Getting started</a></li><li><ahref="../../en/Help_wallabag.html">Help wallabag</a></li><liclass="open"><ahref="#"class="aj-nav folder">User documentation</a><ulclass="nav nav-list"><liclass="active"><ahref="../../en/User_documentation/Download_and_install.html">Download and install</a></li><li><ahref="../../en/User_documentation/Save_your_first_article.html">Save your first article</a></li><li><ahref="../../en/User_documentation/Configure_wallabag.html">Configure wallabag</a></li><li><ahref="../../en/User_documentation/Hidden_options.html">Hidden options</a></li></ul></li></ul><divclass="well well-sidebar">
<h1>Download and install <ahref="https://github.com/wallabag/documentation/blob/master/en/02_User_documentation/02_Download_and_install.md"class="btn">Fix this page</a></h1>
<p>If you can't or don't want to install Wallabag on your server, we suggest you create a free account on Framabag wich uses our software: read the complete documentation here (TODO write Create a framabag account).</p>
<h2>I want to install wallabag</h2>
<p><ahref="http://www.wallabag.org/download">Download the latest wallabag version</a> and unpack it. Copy the files on your web server.</p>
<h2>Prerequisites for your web server</h2>
<ul>
<li><ahref="http://php.net/manual/en/install.php">PHP 5.3.3 or more</a></li>
<li><ahref="http://php.net/manual/en/book.sqlite.php">SQLite</a> or <ahref="http://php.net/manual/fr/book.mysql.php">MySQL</a> or <ahref="http://php.net/manual/en/book.pgsql.php">PostgreSQL</a></li>
<li><ahref="http://php.net/xml">XML for PHP</a></li>
<p>To ensure that your server has all the prerequisites, you can run the file <code>wallabag_compatibility_test.php</code> that is located in the <code>install</code> directory of wallabag.</p>
<h2>Installation of the dependencies</h2>
<p>In order to work properly, wallabag needs some dependencies. To install them, you have to use <code>composer</code>. In your wallabag folder, run the following commands:</p>
<p>If you can't install <code>composer</code> (In order to work properly, Wallabag needs some dependencies), we provide you a <ahref="http://wllbg.org/vendor">vendor.zip</a> file to unpack in your wallabag directory. </p>
<h2>Permissions</h2>
<p>Your web server needs a writing access in <code>assets</code>, <code>cache</code> and <code>db</code> directory. Otherwise, a message will report that the installation is impossible.</p>
<h2>Installation of wallabag. At last.</h2>
<p>Access to wallabag from your web browser. If your server is correctly configured, you reach the setup screen. </p>