CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly.
This commit is contained in:
parent
514777e8d2
commit
b11cbd8159
4546 changed files with 138 additions and 51 deletions
7
airtime_mvc/public/js/datatables/unit_testing/index.html
Normal file
7
airtime_mvc/public/js/datatables/unit_testing/index.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<html>
|
||||
<frameset rows="20%,80%">
|
||||
<frame name="controller" id="controller" src="controller.php">
|
||||
<frame name="test_arena" id="test_arena">
|
||||
</frameset>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue