Changes

From Amahi Wiki
Jump to: navigation, search
1,870 bytes added ,  15:40, 28 May 2012
==Apps that work==
 
(12.04) behind the name means this is verified under Ubuntu 12.04, most other packages are verified under 10.04
=== simple apps ===
* Amahi Invaders (12.04)* Bible SuperSearch(12.04)* HAMweatherHello World (12.04)* Hello WorldkPlaylist (12.04)* Linfo(12.04)
* php Address Book
* phpMan(12.04)* phpSysInfo(12.04)* phpyahtzee(12.04)* Solitaire(12.04)* phpSudoku(12.04)
=== themes ===
All themes seem to work without problem.(12.04)
=== apps that use a db ===
* Ampache
* ArcademSX(12.04)
* ArcademSX GamePack 1 and 2
* Clipperz
* Coppermine Photo Gallery
* Crafty Syntax
* dokuwiki (12.04)
* dotProject
* eFront
* Family Connections
* 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)* phpWebSite(12.04)
* Redmine
* Rnews
* 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
* WikkaWiki(12.04)
* WikyBlog
* Wordpress
* Adminer
* AjaXplorer
* cups (but requires accepting a certificate)
* eXtplorer
* Maps
* myUPB
* net2ftp (12.04)
* phpBB
* PHP Navigator
* HAMweather (Sha error when downloading)
* SpeedTest.net MINI
:
==Apps that DO NOT work==
* 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>* proftpd Pick 'Em (web part installs but app fine, login screen is empty; log complains about wrong password for sudosays 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