Added icons
[vanilla-miry.git] / setup / index.php
blobdbb3a08e991ee4cd72dfc08d9198cfa3e89cd084
1 <?php
2 // Set application name and version
3 include('../appg/version.php');
4 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-ca">
6 <head>
7 <title><?php echo APPLICATION . ' ' . APPLICATION_VERSION; ?></title>
8 <link rel="stylesheet" type="text/css" href="./style.css" />
9 </head>
10 <body>
11 <h1>
12 <span><strong><?php echo APPLICATION . ' ' . APPLICATION_VERSION; ?></strong> Setup</span>
13 </h1>
14 <div class="Container">
15 <div class="Content">
16 <h2>Installing Fresh</h2>
17 <p>If you are creating a brand new installation of Vanilla, all you need to do is upload all of the Vanilla files to your server. Once you are finished uploading, open this file in your web browser and click the install link below.</p>
18 <div class="Button"><a href="installer.php">Click here to install a completely brand new version of Vanilla</a></div>
20 <h2>Upgrading</h2>
22 <div style="margin-top: 16px; padding: 8px; border: 1px solid #D53F90; background: #FFE6F4; color: #A52068; font-weight: bold;">If you are upgrading from Vanilla 1.x, <a style="color: #A52068;" href="http://lussumo.com/upgrade/">read the upgrade instructions online</a>.</div>
24 <p><strong>If you are upgrading from Vanilla 0.9.2.x, here are a few things you should do first:</strong></p>
25 <ul>
26 <li>
27 <strong>Back up your Database</strong>
28 <p>The upgrader will be performing structural changes on your database, you should have a backup of your old database just to be safe.</p>
29 </li>
30 <li>
31 <strong>Back up your old Vanilla files</strong>
32 <p>Download and save your old Vanilla files to your local machine. Specifically, we can use your old appg/settings.php file for importing old settings.</p>
33 </li>
34 </ul>
36 <p>When you are finished backing everything up, upload all of the new Vanilla files to your server, open this file in your web browser and click the upgrade link below.</p>
38 <div class="Button"><a href="upgrader.php">Click here to upgrade from Vanilla 0.9.2.x to <?php echo APPLICATION . ' ' . APPLICATION_VERSION; ?></a></div>
39 </div>
40 </div>
41 </body>
42 </html>