Some PHP webapps

Generic issues about deploying open source CMS packages on VMS.
Post Reply
User avatar
Thierry Uso
Posts: 3
Joined: Fri Apr 28, 2006 8:02 pm
Location: Montpellier - France

Some PHP webapps

Post by Thierry Uso »

Hello,

These free PHP webapps work with VAMP :
- WebCalendar (personal and shared agenda)
- punBB (forum)
- Mantis (bug tracker)

WebCalendar: http://www.k5n.us/webcalendar.php
Nothing special to do. I will test also Phenix agenda...

punBB: http://www.punbb.org
Nothing special to do. Faster, simpler and more secure than phpBB...

Mantis: http://www.mantisbt.org/
ODS5 and the usual tricks needed because many class.xx.php and xx.inc.php. I increased memory_limit in php.ini in order to correct "Allowed memory size of ... bytes exhausted (tried to allocate ... bytes)". I will test also TUTOS...

<no_troll>
Sometimes Java webapps are better alternatives than PHP webapps (specially, when the application is big such as a groupware, ERP, CRM...). Python and Ruby webapps may also be considered.
</no_troll>
User avatar
Thierry Uso
Posts: 3
Joined: Fri Apr 28, 2006 8:02 pm
Location: Montpellier - France

Another PHP free Webapps

Post by Thierry Uso »

Working on VAMP but not yet really tested :
- pmWiki (wiki)
http://www.pmwiki.org/
- XRMS (CRM)
http://xrms.sourceforge.net/pagebuilder.php?s1=18
- GLPI (Information Resource Manager)
http://www.glpi-project.org/spip.php?lang=en

Not working on VAMP :
- vtiger (CRM) : needs PHP5
- Owl (Document Management System) : install ok but pb when rebooting
- Claroline (e-learning) : install ok but not login
- WebERP (Accounting) : install ko
- DokuWiki (wiki) : needs glob() function which is deactivated in CSWS_PHP
Post Reply