sintonia/airtime_mvc/application
Lucas Bickel e28ad471f9 Rewrite config from /etc/airtime-saas to plain /etc/airtime
This is the results of sed -i -e 's|/etc/airtime-saas/|/etc/airtime/|' `grep -irl 'airtime-saas' airtime_mvc/ python_apps/` :P

It might need more testing, the airtime-saas part never really made sense, zf1 has environments for that, ie you would create a saas env based on production for instance.

I beleive legacy upstream was using this to share configuration between customers (ie. analyser runs only once and writes to a shared S3 bucket). I assume they mount the airtime-saas folder onto individual customers instances with a global config. Like I said, I don't feel that this makes sense since all it does is make hacking at the configs in airtime-saas a bit easier. A serious SaaS operation should be using something like puppet or ansible to achieve this.
2017-03-03 15:57:41 +01:00
..
cloud_storage Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
common Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
configs Rewrite config from /etc/airtime-saas to plain /etc/airtime 2017-03-03 15:57:41 +01:00
controllers Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
forms Manual loading fix for more classes in Zend_ pseudo-ns 2017-03-02 14:40:29 +01:00
layouts/scripts Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
logging Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
models Rewrite config from /etc/airtime-saas to plain /etc/airtime 2017-03-03 15:57:41 +01:00
modules/rest Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
services Let soudcloud fail gracefuly when unconfigured 2017-03-02 14:47:16 +01:00
upgrade SAAS-1073: Schema upgrade for podcasts 2015-11-03 10:57:55 -05:00
validate Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
views Remove zend dep check from status and config output 2017-03-02 14:31:51 +01:00
airtime-boot.php Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
Bootstrap.php Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00