Difference between revisions of "Appliance Developers Page"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) (→4.1.2) |
Bradymiller (talk | contribs) (→4.1.2) |
||
Line 3: | Line 3: | ||
==4.1.2== | ==4.1.2== | ||
:*May want to install the full vim with sudoapt-get install vim for future versions since the vim included does not do syntax coloring. | :*May want to install the full vim with sudoapt-get install vim for future versions since the vim included does not do syntax coloring. | ||
:*Migrate to Ubuntu 12.04 | |||
:*For External Database Loader, need to do this fix in Ubuntu 12.04: | |||
<pre> | |||
The my.cnf file you should edit is the /etc/mysql/my.cnf file. Just: $ sudo | |||
nano /etc/mysql/my.cnf | |||
Then add: | |||
[mysqld] | |||
local-infile | |||
[mysql] | |||
local-infile | |||
The headers [mysqld] and [mysql] are already given, just locate them in the | |||
file and add local-infile underneath each of them. | |||
(also mysql needs to be restarted after making changes) | |||
</pre> | |||
==4.1.0== | ==4.1.0== |
Revision as of 09:46, 2 September 2012
Place to keep track of ongoing appliance development and contributions.
4.1.2
- May want to install the full vim with sudoapt-get install vim for future versions since the vim included does not do syntax coloring.
- Migrate to Ubuntu 12.04
- For External Database Loader, need to do this fix in Ubuntu 12.04:
The my.cnf file you should edit is the /etc/mysql/my.cnf file. Just: $ sudo nano /etc/mysql/my.cnf Then add: [mysqld] local-infile [mysql] local-infile The headers [mysqld] and [mysql] are already given, just locate them in the file and add local-infile underneath each of them. (also mysql needs to be restarted after making changes)
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: