Difference between revisions of "Zend"

From OpenEMR Project Wiki
Line 23: Line 23:
***Turn this off in the OpenEMR directories that allow uploaded files (such as sites/default/documents)
***Turn this off in the OpenEMR directories that allow uploaded files (such as sites/default/documents)
**Need to test above setup and if works, then need to place in the setup.php instructions and also set up for the ubuntu/mint/debian package.
**Need to test above setup and if works, then need to place in the setup.php instructions and also set up for the ubuntu/mint/debian package.
Above is discussed on the following threads:
*[https://sourceforge.net/p/openemr/discussion/202506/thread/b515b5bd ubuntu setup discussed]
*[https://sourceforge.net/p/openemr/discussion/202506/thread/58761dee windows setup discussed]
<br>
<br>


== TO DO ==
== TO DO ==
* Document how to get Zend configured for all OS's.
* Document how to get Zend configured for all OS's (see above section for details).
** Discussed in [https://sourceforge.net/p/openemr/discussion/202506/thread/b515b5bd this forum thread].
* Get it working correctly on the [[Ubuntu-Debian_Package_Developers_Page|ubuntu/debian package]].
* Get it working correctly on the [[Ubuntu-Debian_Package_Developers_Page|ubuntu/debian package]].
<br>
<br>

Revision as of 06:55, 1 July 2014

Overview

On 6/28/14, code requiring the Zend library was incorporated into the OpenEMR codebase. This was brought in by ZH Healthcare for a Module feature which is a large part of the Meaningful Use 2 project.


Initial Import

On 6/28/14, imported the following commits (in chronologic order):


Configuring Zend

This section is to document best way to configure Zend with apache. It appears following two things need to be completed in apache for zend stuff to work:

  • enable "rewrite" mod in apache
  • allow "AllowOverride" in apache
    • There are some security considerations here(this allows use of .htaccess files). Ideally would have following set up:
      • Apache's main config file would turn this off.
      • Turn this on in OpenEMR directory
      • Turn this off in the OpenEMR directories that allow uploaded files (such as sites/default/documents)
    • Need to test above setup and if works, then need to place in the setup.php instructions and also set up for the ubuntu/mint/debian package.

Above is discussed on the following threads:


TO DO

  • Document how to get Zend configured for all OS's (see above section for details).
  • Get it working correctly on the ubuntu/debian package.


Related Forum Threads