Skip to content

Commit

Permalink
New installer page added
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@33 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
pgogy committed Mar 25, 2011
1 parent 04a04d5 commit 68233a9
Show file tree
Hide file tree
Showing 11 changed files with 601 additions and 0 deletions.
Binary file added setup/cafe_townsend_chef.flv
Binary file not shown.
34 changes: 34 additions & 0 deletions setup/diagnosis.php
@@ -0,0 +1,34 @@
<?PHP echo file_get_contents("page_top");



?>
<h2 style="margin-top:15px">
Toolkits testing page
</h2>
<h4>Root file path testing</h4>
<p>Test to see whether the install set all variables ok, the box below should have the root file path you specified. It is empty you'll need to use the management function (<a href="../management.php" target="_blank">management.php</a>) to set it.</p>
<p style="height:20px; width:700px; border:2px solid black; padding:10px;">
<?PHP

require("../config.php");

echo $xerte_toolkits_site->root_file_path;

?>
</p>
<h4>Mimetype testing</h4>
<p>Test to see whether the RLO, RLT and RLM mimetypes will work from your server</p>
<a target="_blank" href="xertecbeck.html">Run mimetype test</a>
<p>Three green dots means everything should work ok</p>
<h4>FLV testing</h4>
<p>Test to see whether the FLV mimetypes will work from your server</p>
<a target="_blank" href="video_pod_finished.html">Run mimetype test</a>
<p>You should see the video playing</p>
<h4>LDAP testing</h4>
<p>Test to see whether your LDAP has been setup OK</p>
<form action="ldap_test.php" target="_blank" method="POST">
Username <input type="text" name="username" /><br/>
Password <input type="password" name="password" /><br/>
<input type="submit" value="Try logging in" />
</form>
Binary file added setup/flash_fma_finished.swf
Binary file not shown.

0 comments on commit 68233a9

Please sign in to comment.