first import
[projectpier.git] / public / install / installation / templates / welcome.php
blobc31313514b9cd3519ad0929d5120e3465feeed1f
1 <h1 class="pageTitle"><span>Step <?php echo $current_step->getStepNumber() ?>:</span> Welcome</h1>
2 <p>ProjectPier is an open source collaboration and project management system. Please make sure
3 you meet the minimum system requirements and have the database login information below before
4 proceeding.</p>
5 <h2>System Requirements:</h2>
6 <ul>
7 <li>PHP 5.0.2 or greater (MySQL, GD and SimpleXML extensions are required.)</li>
8 <li>MySQL 4.1 or greater with InnoDB support</li>
9 <li>Apache 2.0 or greater or IIS 5.0 or greater</li>
10 </ul>
12 <h2>Information you will need for installation:</h2>
13 <ul>
14 <li>MySQL Host Name (usually 'localhost')</li>
15 <li>MySQL Username</li>
16 <li>MySQL Password</li>
17 <li>MySQL Database Name</li>
18 <li>The absolute URL to your installation root (ex. http://www.your-projectpier-site.com/projectpier/)</li>
19 </ul>
21 <h2>Installation steps:</h2>
22 <ol>
23 <?php foreach($installer->getSteps() as $this_step) { ?>
24 <li><?php echo clean($this_step->getName()) ?></li>
25 <?php } // foreach ?>
26 </ol>