Commit Graph

19 Commits

Author SHA1 Message Date
martin 3a2eaecad8 Merge branch '1.9.1' into devel
Conflicts:
	python_apps/pypo/pypopush.py
2011-09-20 14:31:09 -04:00
martin 153a89430a CC-2845: airtime reinstall doesn't work when php uses --file parameter
-fix install/upgrade/reinstall issues that Daniel found.
2011-09-20 11:25:56 -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
James fb3b088f04 CC-2826: airtime-full-install script should install patch package
- done
2011-09-15 12:30:45 -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
martin ff8d456831 CC-2812: install script is using "sudo"
-fixed
2011-09-13 15:04:58 -04:00
James 95cb1858c7 CC-2726: create custom restart script for the Monit to use
- using Monit restart instead of start in full insatll script
- create new "monit-restart" function in pypo init.d
2011-08-24 17:17:28 -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 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 57834097e8 -remove unneeded -dev packages from install
-remove timezone check from pypo-fetch
2011-08-17 15:50:28 -04:00
James e8b805f59c CC-2639: Airtime Full installation does not install virtualenv
- fixed
2011-08-05 15:09:04 -04:00
James cbad5cbfe1 CC-2615: install_minimal should be installable without internet connection
- distribute-0.6.10.tar.gz is included in 3rd_party dir
- distribute-0.6.10.tar.gz is copied to /usr/share/python-virtualenv/
on install
2011-07-29 10:33:29 -04:00
James bd7d108260 CC-2615: install_minimal should be installable without internet connection
- depending on vitualenv's version, it calls different options.
2011-07-28 16:17:56 -04:00
James 7ac59fb747 CC-2603: Store log for full install into a file
- done
2011-07-27 12:49:05 -04:00
James 86ca2c7fc4 CC-2592: Full install issues running twice in a row
- use "rm -rf" instead of "rm" when deleting
/etc/apache2/sites-enabled/000-default

- append "include /etc/monit/conf.d/*" to /etc/monit/monitrc if
it's first time installing it.

- bypass python lib installation and patching if virtualenv
already exists
2011-07-26 12:05:36 -04:00
James 99c505bddc CC-2581: some of php.ini directive has to be moved
- done
2011-07-21 16:06:59 -04:00
James c6c02bf13b - full-install script dies gracefully and displays error msg 2011-07-20 17:04:34 -04:00
James f30d8eb315 CC-2521: Provide dependencies in the upstream tarball...
- airtime_virtual_env.pybundle is added
- all python lib are installed from this bundle file
- fixed auto install script to bypass the prompt
- auto install script copies airtime_vhost file to
/etc/apache2/airtime/site_available/airtime
2011-07-20 15:11:51 -04:00
James 48634dd96e CC-2518: Auto-install scrip for manual install
- done
- php.ini directives are overriden in .htaccess file
- script bypass apache configuration if
apache2/site-avaiable/airtime exists
- script byapss virtualenv setting if
/usr/lib/airtime/airtime_virtualenv exists
2011-07-20 14:20:47 -04:00