]> git.donarmstrong.com Git - roundcube.git/blobdiff - installer/welcome.html
Imported Upstream version 0.1
[roundcube.git] / installer / welcome.html
diff --git a/installer/welcome.html b/installer/welcome.html
new file mode 100644 (file)
index 0000000..a0c88e5
--- /dev/null
@@ -0,0 +1,35 @@
+<form action="index.php" methond="get">
+<input type="hidden" name="_step" value="1" />
+
+<p>Welcome to the interactive install script for the RoundCube Webmail package</p>
+<p>First let's check your local environment and find out if everything RoundCube needs is available.</p>
+
+<p>The basic requirements are:</p>
+<ul>
+  <li>PHP Version 4.3.1 or greater including
+    <ul>
+      <li>PCRE (perl compatible regular expression)</li>
+      <li>Session support</li>
+      <li>Sockets enabled</li>
+      <li>Libiconv (recommended)</li>
+      <li>OpenSSL (recommended)</li>
+      <li>FileInfo (optional)</li>
+      <li>Multibyte/mbstring (optional)</li>
+      <li>Mcrypt (optional)</li>
+      </ul>
+    </li>
+    <li>php.ini options:
+      <ul>
+        <li>error_reporting E_ALL &amp; ~E_NOTICE (or lower)</li>
+        <li>file_uploads on (for attachment upload features)</li>
+        <li>session.auto_start needs to be off</li>
+        <li>magic_quotes_gpc off</li>
+      </ul>
+    </li>
+    <li>A MySQL or PostgreSQL database engine or the SQLite extension for PHP</li>
+    <li>An SMTP server (recommended) or PHP configured for mail delivery</li>
+</ul>
+
+<input type="submit" value="START INSTALLATION" />
+
+</form>