]> git.donarmstrong.com Git - roundcube.git/blob - installer/welcome.html
New upstream release
[roundcube.git] / installer / welcome.html
1 <form action="index.php" methond="get">
2 <input type="hidden" name="_step" value="1" />
3
4 <p>Welcome to the interactive install script for the Roundcube Webmail package</p>
5 <p>First let's check your local environment and find out if everything Roundcube needs is available.</p>
6
7 <p>The basic requirements are:</p>
8 <ul>
9   <li>PHP Version 5.2.0 or greater including
10     <ul>
11       <li>PCRE (perl compatible regular expression)</li>
12       <li>Session support</li>
13       <li>Libiconv (recommended)</li>
14       <li>OpenSSL (recommended)</li>
15       <li>FileInfo (optional)</li>
16       <li>Multibyte/mbstring (optional)</li>
17       <li>Mcrypt (optional)</li>
18       </ul>
19     </li>
20     <li>php.ini options:
21       <ul>
22         <li>error_reporting E_ALL &amp; ~E_NOTICE (or lower)</li>
23         <li>file_uploads on (for attachment upload features)</li>
24         <li>session.auto_start needs to be off</li>
25       </ul>
26     </li>
27     <li>A MySQL or PostgreSQL database engine or the SQLite extension for PHP</li>
28     <li>An SMTP server (recommended) or PHP configured for mail delivery</li>
29 </ul>
30
31 <input type="submit" value="START INSTALLATION" />
32
33 </form>