Added script to create nightly .deb package snapshot
This commit is contained in:
parent
9479aeb3dd
commit
6375c283c5
32 changed files with 1601 additions and 0 deletions
11
debian/etc/apache.conf
vendored
Normal file
11
debian/etc/apache.conf
vendored
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue