Commit Graph

46 Commits

Author SHA1 Message Date
Martin Konecny cfb4c201ff CC-3805: After upgrade, incorrect values in airtime.conf
-fixed
2012-05-10 16:57:13 -04:00
Martin Konecny 6305e4f846 -ensure correct permissions on created /srv/airtime/stor dir 2012-05-08 18:14:04 -04:00
Martin Konecny bb5deda09d Various fixes for installer
-create zendphp.log before web files are available
-run airtime.php script earlier so DB is created before web files are available
-zendphp.log should have 644 permissions, not 755
2012-05-05 21:34:09 -04:00
Martin Konecny 79d8eda53a CC-1927: remove-pear-db
-fixed install/uninstall messages
2012-04-20 16:20:10 -04:00
Martin Konecny 1654de64b1 CC-1927: remove-pear-db
-fixed install/uninstall messages
2012-04-20 16:11:25 -04:00
paul.baranowski 235997c616 CC-1927 Remove PEAR DB
* Removed the DEB package "php-db" from the full install script as it is
  no longer needed.
* Missed one call to PEAR::isError()
2012-04-19 16:35:19 -04:00
paul.baranowski 96b010e7f0 CC-1927 Remove PEAR DB
* Removed all traces of PEAR functions.
* Fixed AirtimeInstall::GetVersionInstalled() to return the correct answer
  even when it cant connect to the database.  Also fixed return value to
  be consistent on failure.
* Fixed phone_home_stat.php and soundcloud-uploader.php
2012-04-19 16:35:19 -04:00
paul.baranowski 95d69a3bbe CC-1927: Remove PEAR DB
Fixed all install/upgrade scripts.
2012-04-19 16:34:14 -04:00
Martin Konecny f96b990275 Merge branch '2.0.x' into devel
Conflicts:
	VERSION
	airtime_mvc/application/models/Systemstatus.php
	install_minimal/include/airtime-constants.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/media-monitor/install/media-monitor-copy-files.py
	python_apps/media-monitor/install/media-monitor-initialize.py
	python_apps/pypo/install/pypo-initialize.py
	python_apps/pypo/liquidsoap_bin
	python_apps/pypo/pypopush.py
	utils/airtime-log.php
2012-04-12 19:10:17 -04:00
Martin Konecny c66f0c783f CC-3573: Use posix_geteuid instead of "whoami" to detect who is running PHP script
-done
2012-04-02 19:25:27 -04:00
Martin Konecny f6d52d271e CC-3557: Airtime database install should specify UTF8 as the database encoding 2012-03-29 17:10:04 -04:00
James 2f689ed583 CC-3346: Recorder: Merge recorder with pypo
- Pypo fech works as msg listner for recroder now.
- recorder is part of pypo and all it does is waiting for msg from pypo
fetch and spwan a show recorder thread.
- added new parameter logger to api client. This way apiclient will log
into specific log file instead of grabbing current log file.
- show recoder is removed from all check system/status page
2012-02-24 14:11:35 -05:00
James 695535ae64 CC-3346: Recorder: Merge recorder with pypo
- Pypo fech works as msg listner for recroder now.
- recorder is part of pypo and all it does is waiting for msg from pypo
fetch and spwan a show recorder thread.
- added new parameter logger to api client. This way apiclient will log
into specific log file instead of grabbing current log file.
- show recoder is removed from all check system/status page
2012-02-24 13:12:50 -05:00
Martin Konecny 6c0f035b0b CC-3307: airtime-full-install fails on Ubuntu 11.10 2012-02-08 11:42:21 -05:00
Martin Konecny 58b4576ae1 CC-3297: Depend on zendframework and php-pear as external packages
-DB dependency should now be externalized
2012-02-06 14:18:03 -05:00
Martin Konecny cb3cb5b48c CC-3237: Remove phing dependency of end user database installation
-Done
2012-01-12 13:34:27 -05:00
james 2a8592584d CC-3175: Delete database tables on uninstall
- fixed
2011-12-18 19:08:35 -05:00
Martin Konecny 0077c8329f CC-3175: Delete database tables on uninstall
-fixed
2011-12-09 12:13:40 -05:00
Martin Konecny 3a39aacd85 SAAS-83: Add ability to install Airtime components separately
-moving along...
2011-11-26 00:57:14 -05:00
Yuchen Wang db82e51c30 CC-3048: Install_minimal should check much sooner if Airtime is already installed
- fixed by creating new php file airtime-installed-check, which checks whether current version
of airtime exists; this file gets called right after root user check and whether debian
package exists check
- moved some code from airtime-install.php to AirtimeInstall.php as static functions
so that we reduce duplicated code
- both the new file airtime-installed-check.php and airtime-install.php use the new
static functions created above
2011-11-18 14:06:42 -05:00
martin f2ef006385 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cosmetic changes
2011-11-01 15:21:09 -04:00
James efe366ad60 CC-2918: Storage dir: Default perms should not allow world-readable
/writable/executable access at install time

- done
2011-10-06 15:49:45 -04:00
James ec42876266 CC-2901: Uninstall script should remove 'distribute' tarball if it was
installed previously

- fixed
2011-10-03 17:11:16 -04:00
martin b5684bb5b1 Merge branch '1.9.1' into devel
Conflicts:
	install_full/ubuntu/airtime-full-install
	utils/airtime-update-db-settings.py
2011-09-15 17:44:07 -04:00
martin 23b2802c64 CC-2831: airtime-update-db-setting permission error
-fixed
2011-09-15 15:51:11 -04:00
James 5537bd0d89 Merge branch '1.9.1' into devel
Conflicts:
	install_full/ubuntu/airtime-full-install
	install_minimal/airtime-install
	install_minimal/include/AirtimeInstall.php
2011-09-14 16:15:00 -04:00
James 0678882e92 CC-2821: airtime-uninstall script does not remove airtime-clean-storage
- the script would be deleted during upgrade
- it would aslo be deleted on uninstall if it exists
2011-09-14 11:58:12 -04:00
martin 9c7bab616d Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/controllers/ScheduleController.php
	install_minimal/airtime-install
	install_minimal/include/AirtimeInstall.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/pypo/pypofetch.py
	python_apps/pypo/pypopush.py
2011-09-09 15:07:43 -04:00
martin 77068086b0 -fix install issue 2011-09-09 10:34:30 -04:00
martin f9a7ebcab5 CC-2694: Create command line program for viewing/dumping log files
-install + upgrade script
-add liquidsoap to log files
2011-08-31 15:12:53 -04:00
James 9eb21cb327 Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/models/Preference.php
	install_minimal/include/airtime-db-install.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
2011-08-24 10:30:59 -04:00
James b3733fc4d1 Merge branch '1.9.2' into 1.9.1 2011-08-22 13:12:12 -04:00
James 376ae1370c CC-2693: Copy PHP files to /usr/shar/airtime instead of /var/www/airtime
- done for new install
- upgrade need some more work
2011-08-22 12:03:09 -04:00
martin 4ca480ba5e Merge branch '1.9.1' into devel 2011-08-19 17:07:59 -04:00
martin a47044c50c CC-2697: airtime-user script is not working
-added script to system path
2011-08-19 17:05:41 -04:00
martin 99d2872566 -install now uses default PHP timezone 2011-08-18 15:44:49 -04:00
martin 84ec62eeca CC-1942: Add ability to set timezone in preferences
-Can change the timezone for PHP. Need to change for python as well.
2011-08-15 10:06:42 -04:00
James 1f35fb3534 CC-2652: Change initil timpstamp to zero
- done
2011-08-09 10:46:34 -04:00
James 349e26dcee CC-2652-adding default import value into db on install
- done
- extra fix: add unique id on upgrade to 1.9.0
2011-08-08 15:06:55 -04:00
Naomi Aro 8861f665b3 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 6e0db856d5 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 4047fcd59e CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:02 -04:00
James 52f263c62d CC-2596: upgrade doens't detect 1.7.0
- fixed
2011-07-27 14:39:01 -04:00
James cec9741571 CC-2596: Upgrade script doesn't recognize existing Airtime 1.7->1.9
- fixed
- The script will print out error and exit upon detecting any versions
prior to 1.8.0:

A version of Airtime older than 1.8.0 detected, please upgrade to 1.8.0 first.
You will then be able to upgrade to 1.9.0 using this installer.
2011-07-27 12:03:20 -04:00
Naomi Aro 28ed8ca978 CC-2589 : Create "organize" dir when upgrading
make owner of stor and any sub folders www-data.
2011-07-26 11:07:25 +02:00
James 931fb4db62 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
2011-07-19 17:30:23 -04:00