Difference between revisions of "Appliance Developers Page"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) (→4.1.2) |
Bradymiller (talk | contribs) (→4.1.2) |
||
Line 6: | Line 6: | ||
:*Update php settings (magic_quotes off and maybe turning off short_tags etc.) | :*Update php settings (magic_quotes off and maybe turning off short_tags etc.) | ||
::*Increase the max_input_vars (new to php 5.3.9) setting to 3000. | ::*Increase the max_input_vars (new to php 5.3.9) setting to 3000. | ||
:*Bring in pertinent stuff from [OpenEMR Appliance Help and Tips] wiki page into the User Manual. | |||
==4.1.0== | ==4.1.0== |
Revision as of 17:26, 22 September 2012
Place to keep track of ongoing appliance development and contributions.
4.1.2
- Install the full vim with 'sudo apt-get install vim' for future versions since the vim included does not do syntax coloring.
- Migrate to Ubuntu 12.04
- Update php settings (magic_quotes off and maybe turning off short_tags etc.)
- Increase the max_input_vars (new to php 5.3.9) setting to 3000.
- Bring in pertinent stuff from [OpenEMR Appliance Help and Tips] wiki page into the User Manual.
4.1.0
DONE - Added all below contributions.
- New instructions for using the OpenEMR Appliance in VirtualBox (contributor:Andrew_Dyer)
- Planned additions to next release: