Ubuntu-Debian Package Developers Page

From OpenEMR Project Wiki
Revision as of 22:00, 20 July 2011 by Bradymiller (talk | contribs) (Created page with ':Plan to ask for the mysql root password via standardized debconf call. This will allow single-click installation again. In order to do this, will no longer be able to verify whe…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Plan to ask for the mysql root password via standardized debconf call. This will allow single-click installation again. In order to do this, will no longer be able to verify whether it is in fact the mysql root password, so plan the following:
STEP ONE
  • If the mysql root password is correct, then will automatically configure OpenEMR.
  • If the mysql root password is not correct, then will not automatically configure OpenEMR (and will output that OpenEMR was not configured). Really not that big of a deal to need to go through configuration pages.
STEP TWO
  • Ensure that modifying the php configuration and apache config file is ok for official packages.
STEP THREE
  • Submit the official package (not the cvs package) to debian and ubuntu.