Changes

From Amahi Wiki
Jump to: navigation, search
1,288 bytes added ,  15:40, 28 May 2012
* Amahi Invaders (12.04)
* Bible SuperSearch(12.04)
* Hello World (12.04)
* kPlaylist (12.04)
* Linfo(12.04)
* php Address Book
* phpMan (12.04)
* phpSysInfo (12.04)
* phpyahtzee(12.04)* Solitaire(12.04)* phpSudoku(12.04)
=== themes ===
* Ampache
* ArcademSX(12.04)
* ArcademSX GamePack 1 and 2
* Clipperz
* Coppermine Photo Gallery
* Crafty Syntax
* dokuwiki (12.04)
* dotProject
* eFront
* Gallery 2
* Gallery 3 (12.04, needs additional dependency on ffmpeg for movies)
* Geeklog(12.04)
* GLPI
* Jinzora 3
* Journalness
* knowledgeroot (12.04)
* 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
* My Tiny Todo (12.04)
* Online Bookmarks
* OpenDB (12.04)
* osTicket
* php Address Book (12.04)
* phpdb (12.04)
* phpCoin (12.04)
* PHP-Fusion (12.04)
* PhpGedView
* phpMyAdmin
* phpMyBackup (12.04)
* phpMyFAQ
* phpwcms (12.04)
* Roundcube
* SilverStripe
* sitebar (12.04)
* Support Incident Tracker
* TCExam
* The Address Book (12.04)* The Family Address Book(12.04)
* TikiWiki
* TinCanJukebox
* Vanilla
* vTiger
* WebCalendar(with fix) (12.04)
* WebChess
* WebCollab
* 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 (Sha error when downloadinginstalls, 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 calendar page; caused by sql error)* <s>webmin (with fixfedora dependencies in install script): webcalendar1: installs, dns name does not resolve </s>* <S>znc (12.04install 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