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
|
@ -0,0 +1,30 @@
|
|||
@ECHO OFF
|
||||
|
||||
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
:: The propel-gen build script for Windows based systems
|
||||
:: $Id: pear-propel-gen.bat,v 1.2 2004/10/17 13:24:09 hlellelid Exp $
|
||||
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
|
||||
::----------------------------------------------------------------------------------
|
||||
:: Please set following to the "phing" script. By default this is expected to be
|
||||
:: on your path. (You don't need to modify this file if that is the case.)
|
||||
|
||||
SET phingScript=phing
|
||||
|
||||
::---------------------------------------------------------------------------------
|
||||
::---------------------------------------------------------------------------------
|
||||
:: Do not modify below this line!! (Unless you know what your doing :)
|
||||
::---------------------------------------------------------------------------------
|
||||
::---------------------------------------------------------------------------------
|
||||
|
||||
set nbArgs=0
|
||||
for %%x in (%*) do Set /A nbArgs+=1
|
||||
if %nbArgs% leq 1 (
|
||||
"%phingScript%" -f "@DATA-DIR@\propel_generator\pear-build.xml" -Dproject.dir="%CD%" %*
|
||||
) else (
|
||||
"%phingScript%" -f "@DATA-DIR@\propel_generator\pear-build.xml" -Dproject.dir=%*
|
||||
)
|
||||
GOTO :EOF
|
||||
|
||||
:PAUSE_END
|
||||
PAUSE
|
Loading…
Add table
Add a link
Reference in a new issue