Added script to create nightly .deb package snapshot

This commit is contained in:
Daniel James 2012-08-02 11:41:53 +01:00
parent 9479aeb3dd
commit 6375c283c5
32 changed files with 1601 additions and 0 deletions

11
debian/etc/apache.conf vendored Normal file
View file

@ -0,0 +1,11 @@
Alias /airtime /usr/share/airtime/public
SetEnv APPLICATION_ENV "development"
<Directory /usr/share/airtime/public>
DirectoryIndex index.php
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>