Hello all. My name is Matthew (software developer in the healthcare space) looking forward to contribute to this project.
I have 3 questions:
Where did this discussion from 2014 leave off at? The website can definately leverage a modern look… I’m no designer, but I’m sure I could work on a Twitter Bootstrap version of Robert’s mockups!
It appears that OpenEMR is very popular. I’m curious if there’s any page on the site or wiki that lists out active users (hospital systems/clinics/skilled nursing facilities/etc)?
I’m having a hard time with getting the OpenEMR codebase to run locally (using modern version of Linux Mint). Going to post my full setup steps below and I hope someone can point me in the right direction:
I was actually talking about the website for OpenEMR and not the web application.
I see. I’m assuming that there are a large amount of ZH Healthcare users as well? (I’m looking to contribute to a high-impact project… this appears to be one of them)
Thanks, I have the .deb package installed and the web application is working! The next step is to do a git clone and run that refresh.sh file every time I want to see my changes reflected, correct?
Brady, Project Co-administrator, mentioned something about migrating the homepage elsewhere. Before you start designing, you may want to email him, (brady.g.miller@gmail.com).
ZH Healthcare is a major contributor to the Project. They have been very generous in helping us to make the final push toward 2014 CEHRT.
Here is a list of other vendors. I have a sense that there is a multitude of DIY users, like myself, all over the world.
Brady can give you a better estimate of how many users, how many downloads & what country has the most downloads. The last time I looked 2 years ago, it was China.
Would definitely be nice to get a website overhaul. It’s a bit dated
Check out here for details on the current website: http://www.open-emr.org/wiki/index.php/OpenEMR_Website
Note it contains an embedded wiki, which is most of the website, which needs to continue to be supported: http://www.open-emr.org/wiki/index.php/OpenEMR_Wiki
Note the wiki is not included in the above github repo(the wiki is rather huge). So, when you develop the new site, recommend embedding same version of mediawiki(ie. a dummy wiki) with the openemr skin(I can email this to you) for development purposes.
Newer versions of ubuntu/debian use the /var/www/html directory, which is why your initial install was not working. The package is a much better starting point, though, since it uses /var/www by setting up apache to do this via an alias, and also does the work to support Zend.
For details on this, see:
/etc/apache2/sites-enabled/openemr.conf
As you are doing, the refresh.sh file is what I use when developing:
(note you will need to add a password to the mysql call if your mysql has a root password)
(it’s a nice workflow to work on and test out different branches quickly)
Predicting the actual use is much more difficult. If focus on the participation of new developers, professionals, companies, vendors (which generally should be driven by the use of OpenEMR), then the trend over the last several years has definitely been in a very positive direction(especially the last year where we have seen larger professional groups tackle large under the hood projects such as PHP7 compliance).
Once I get it to a good point, I will push up a branch. Note that I am not a designer but am pretty good with HTML/CSS/JavaScript.
I noticed there was a wiki page for task management w.r.t. the OpenEMR web application… would it make sense to capture this version 2 website work there as well? That page is the main area for project management, correct?
Looks like a very nice starting point. Note will need to instead use the current OpenEMR logo (it was since decided that we should not change the logo since the current OpenEMR logo has a strong brand already).
Regarding the task management wiki page, I assume you are talking about the Active Project wiki page: http://www.open-emr.org/wiki/index.php/Active_Projects
(albeit we don’t have an official place for task management, we(mostly me) have been using this to follow items or as a placeholder for items that should be worked on)
Sounds good! Just put in the access request. I’ll make sure to add “open-emr.org Website Rework” to the Active Projects page with a bulleted list of the work that needs to be done.
As for the logo, I will switch it back to the original one. However, If you don’t mind, I can bug some designer friends later on to see if they can enhance the logo to be more modern but without losing that brand recognition/familiarity.
Thank you.
UPDATE: Just got the email and wanted to note this bug (not worth fixing, but made me chuckle) “Someone, probably you from IP address 127.0.0.1, has requested an account “Matthew Vita” with this e-mail address on OpenEMR Project Wiki.”
I can’t speak for anybody else, but I would welcome bringing the current
OpenEMR logo into current design standards. This may be a difficult
task, however, as the current OpenEMR logo is trademarked and we would
have to pay to register a new one. That being said, I think it deserves
some serious consideration.
I think it is possible to create a real logo for OpenEMR and still
maintain the brand. I am a fan of the Cancer Research UK logo and think
OpenEMR could have a nice logo in that “style”
@Robert: I will add this to the task list (working on it now). By the way, nice job on these initial designs… hoping to work with you through this new website process!
My thoughts on this subject (as with Robert, I also can’t speak for everybody else) are that if the OpenEMR logo could be modernized while maintaining the old look, then that would be ideal.
Sounds good. For the time being, I’m going to use the modern logo but we will replace it with an enhanced version of the current logo later.
Was able to mock out [1] the basic layout of the homepage (if you think about it, the homepage is really the major item we’re redoing/making fancy… all other pages are just wrapping the wiki). This image is attached and I would appreciate feedback… I’m no designer and this rework project will move along much nicer if Robert or someone with equiv. design skills can lend a hand!
Thanks for the feedback so far!
[1] This is very early on… things are not styled perfectly. Just looking for feedback on the overall layout.
Add the ‘openemr’ skin and removed all other skins from the options to force use of this skin(I attached the openemr skin files which can be extracted into the skins directory)