Menu

#232 Zend Module Installer

open
nobody
None
5
2014-01-02
2013-12-28
No

Hi,

We have developed a zend based module installer for OpenEMR. Attached the general documentation and developer documentation.

The git path for the branch is : https://github.com/zhhealthcare/openemr/commits/ModuleInstaller-V5

The branch is committed as four commits:
1. Changes for incorporating zend-2.2.5 to OpenEMR.
2. Changes when included zend skeleton application from git to OpenEMR.
3. Changes for bringing in Module Installer into OpenEMR.
4. A sample module to test the Zend and Module Installer functionality.

Please review and share your comments/suggestions.

Thanks and Regards,
ZH Healthcare
www.zhhealthcare.com

2 Attachments

Discussion

  • Brady Miller

    Brady Miller - 2014-01-01

    To get Zend to work in Ubuntu, I had to do the following:
    1.Edit /etc/apache2/sites-available/default:
    Change:
    AllowOverride None
    To:
    AllowOverride FileInfo

    2.Then enable mod_rewrite:
    sudo a2enmod rewrite

    3.Ensure using php version 5.3.3 or greater

    -brady
    OpenEMR

     
  • Rod Roark

    Rod Roark - 2014-01-02

    To what degree are you modifying Zend itself? Surely it's reasonable to use an installation of Zend from the Linux distribution instead of including it in OpenEMR, right?

     

Log in to post a comment.