GithubHelp home page GithubHelp logo

bala35210 / libreehr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from librehealthio/lh-ehr

0.0 0.0 0.0 263.48 MB

LibreHealth EHR - Free Open Source Electronic Health Records based on OpenEMR

License: Other

PHP 59.42% HTML 0.91% CSS 3.52% JavaScript 31.96% ActionScript 0.05% Batchfile 0.01% XSLT 3.70% Perl 0.16% Smarty 0.19% Python 0.01% Shell 0.01% ASP 0.10% POV-Ray SDL 0.01%

libreehr's Introduction

Welcome to LibreHealth EHR!!!

LibreHealth EHR is a free and open-source electronic health records and medical practice management application.

The mission of LibreHealth is to help provide high quality medical care to all people, regardless of race, socioeconomic status, or geographic location, by providing medical practices and clinics across the globe access to free of charge medical software.

That same software is designed to save clinics both time and money, which gives practitioners more time to spend with individual patients, thereby supplying patients with higher quality care.

We are current and former contributors to OpenEMR and thank that community for years of hard work. We intend to honor that legacy by allowing this new community to leverage the good things in OpenEMR, share what we create and not be afraid to break backward compatibility in the name of forward progress and modern development models.

We are collaborating closely with the LibreHealth Project LibreHealth.io, an umbrella organization for health IT projects with similar goals.

Our project is primarily licensed under Mozilla Public License Version 2.

The code inherited from OpenEMR is licensed under GPL 2 or higher.

This project is part of the Software Freedom Conservancy family sfconservancy.org

Thank you for your support!

Contributing code

Code contributions are very welcome! Browse the Issue tracker for issues that need code and/or come up with your own ideas to code. Please open a Pull Request to contribute your own code.

Local Development

For detailed and step-by-step Installation Instructions refer to Installation Instructions

Windows ::

First off, make sure that you have the WAMP or XAMPP server installed and that the time zone is set correctly.

Make the following changes in php.ini file. You can find the php.ini file by looking at the following destination:

  • In the case of WAMP : C:/WAMP/BIN/PHP/php.ini OR (left click ) wampmanager icon -> PHP -> php.ini
  • In the case of XAMPP: C:\xampp\php\php.ini.. In Linux, it is located in: /etc/php/7.0/php.ini or something similar.

Make the following changes in your php.ini file: (Search for the following and make necessary changes)

max_execution_time = 600
max_input_time = 600
max_input_vars = 3000
memory_limit = 512M
post_max_size = 32M
upload_max_filesize = 32M
session.gc_maxlifetime = 14400
short_open_tag = On
display_errors = Off
upload_tmp_dir is set to a correct default value that will work on your system
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE

Make sure you have disabled strict mode in Mysql .

How to disable Mysql strict mode?

Make the following changes in the my.ini/my.cnf: Find it here C:\WAMP\BIN\MYSQL\MySQL Server 5.6\my.ini OR C:\xampp\mysql\bin\my.ini OR (left click ) wampmanager icon -> MYSQL -> my.ini In Linux it's typically located in /etc/mysql

1.  Look for the following line:
    sql-mode = STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
    or sometimes it maybe  sql_mode

2.  Change it to:
    sql-mode="" (Blank)

3. Restart the MySQL service.

Restart WAMPP/XAMPP Server.

(XAMPP) If you don't find this parameter in the my.ini file, you should run the server, open http://localhost/phpmyadmin/, click on the "variables" tab, search for "sql mode", and then set it to: ""

You can fork & clone the repository for local development. To get started you need to:

  • Clone the repository
  • Run index.php file which then redirects to setup page! Follow the instructions and you are done!!

Sometimes , installation may take more time than usual on some systems. In that case, you would need to increase max_execution_time in your php.ini file and then restart your server.

libreehr's People

Contributors

bradymiller avatar teryhill avatar sunsetsystems avatar aethelwulffe avatar yehster avatar azwreith avatar kchapple avatar nileshprasad137 avatar robertogagliotta avatar kevmccor avatar dev2-practiceprovider avatar migdinny avatar stephen-smith avatar rreddy70 avatar tajemo avatar jdew192837 avatar epsdky avatar arnabnaha avatar trodrige avatar stephenwaite avatar zhconsultancyservices avatar apmuthu avatar pri2si17-1997 avatar khaleela-visolve avatar lcmaas avatar devendersingh avatar samlikins avatar jacobzh avatar growlingflea avatar jajalla23 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.