Changes

From Amahi Wiki
Jump to: navigation, search
471 bytes added ,  15:40, 28 May 2012
* LifeType
* LimeSurvey
* Log Analyzer <s>(most of the log files need to be remapped for ubuntu); requires PHP with GD support for some functions </s> (12.04)* mbrs (12.04)* MediaWiki <s>(uninstall produces error as it tries to backup settings)</s>
* Moodle
* MyIT CRM
* Roundcube
* SilverStripe
* sitebar (12.04)
* Support Incident Tracker
* TCExam
* 3 day forecast (installs, but does say every address or zip is invalid) (and of course it is US only)
* <s>Adito (java apps seem to have probs)</s>
* ajaxterm (install problems)
* dropbox (install problems, ruby warnings)
* gitweb
* HAMweather (installs, but can't enter any location)
* homeinv (empty web page; needs smarty, but also has casing problems wrt smarty)
* jenkins (install problem (file location))
* MediaTomb-Debian (see http://bugs.amahi.org/issues/show/809 ); work in progress
* MindTerm
* <s>monitorix (installs, gives forbidden when browsed to)</s>* <s>myphpmoney (installs, gives sql error on web page)</s>
* phplist (gives key too long when installing)
* <s>phpRecipeBook (installs fine, but cannot log in)</s>
* Pick 'Em (installs fine, login screen is empty; log says php call to undefined function)
* <s>qbittorrent (hard reference so /sbin/service in install script; ubuntu has /service in /usr/sbin, also has several other install issues)</s>
* vcddb (empty web page; caused by sql error)
* <s>webmin (fedora dependencies in install script)</s>* <S>znc (install problems)</s>
'''==NOTES:''' ==
* Generally applications requiring sudo still seem to have a problem
* Some PHP depends do not install. Ubuntu uses php5-gd vs Fedora php-gd
* Apps that use RPM (Webmin, ZNC, Monitorix, etc) need updated to include DEB package.
* Java JDK in Fedora translates to default-jds in Ubuntu
* Using in install script to download RPM (Fedora) and DEB (Ubuntu)
<pre>
if [ -f /etc/fedora-release ]; then
yum localinstall -y package.rpm --nogpgcheck
fi
</pre>
<pre>
if [ -f /etc/lsb-release ]; then
dpkg -i package.deb
fi
</pre>
12,424

edits