CC-2518: Auto install script for manual install

- install dir is renamed to install_minimal
- virtualenv command is moved to install script.
- need more work on install_full part
This commit is contained in:
James 2011-07-19 17:30:23 -04:00
parent 65ea711792
commit 931fb4db62
31 changed files with 723 additions and 5 deletions

View file

@ -0,0 +1,5 @@
<?php
require_once(dirname(__FILE__).'/include/AirtimeIni.php');
require_once(dirname(__FILE__).'/include/AirtimeInstall.php');
AirtimeInstall::DirCheck();