Difference between revisions of "Appliance Developers Page"

From OpenEMR Project Wiki
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
Place to keep track of ongoing appliance development and contributions.
Place to keep track of ongoing appliance development and contributions.


*[[Virtual_Appliance_under_VirtualBox|New instructions for using the OpenEMR Appliance in VirtualBox]]
==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.
*Add a section for installing patches in the User Manual.


*Planned contributions to add to next release:
==4.1.0==
::'sudo aptitude update' in several places within manual ([[Additional_notes_about_the_virtual_appliance|see HERE]])
'''DONE - Added all below contributions.'''
::New backup script ([[Updated_version_of_Ubuntu_Backup|see HERE]])
*[[Virtual_Appliance_under_VirtualBox|New instructions for using the OpenEMR Appliance in VirtualBox]] (contributor:Andrew_Dyer)
::New Login page ([[Script_to_generate_colorful_login_page|see HERE]])
*Planned additions to next release:
:*Plan to do a 'sudo aptitude update' and a 'sudo aptitude upgrade' when upgrading the appliance.
:*'sudo aptitude update' in several places within manual ([[Additional_notes_about_the_virtual_appliance|see HERE]]) (contributor:Andrew_Dyer)
:*New backup script ([[Updated_version_of_Ubuntu_Backup|see HERE]]) (contributor:Andrew_Dyer)
:*New Login page ([[Script_to_generate_colorful_login_page|see HERE]]) (contributor:Andrew_Dyer)
 
 
 
[[Category:Appliance]][[Category:Developer Guide]]

Latest revision as of 00:27, 10 January 2013

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.

4.1.0

DONE - Added all below contributions.

  • Plan to do a 'sudo aptitude update' and a 'sudo aptitude upgrade' when upgrading the appliance.
  • 'sudo aptitude update' in several places within manual (see HERE) (contributor:Andrew_Dyer)
  • New backup script (see HERE) (contributor:Andrew_Dyer)
  • New Login page (see HERE) (contributor:Andrew_Dyer)