quick minor path updates (#1968)
[openemr.git] / README.md
blobe1dcaa96d241d48290162a084138664e457bddc8
1 [![Build Status](https://travis-ci.org/openemr/openemr.svg?branch=master)](https://travis-ci.org/openemr/openemr)
2 [![Backers on Open Collective](https://opencollective.com/openemr/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/openemr/sponsors/badge.svg)](#sponsors)
4 # OpenEMR
6 [OpenEMR](http://open-emr.org) is the most popular open source electronic health records and medical practice management solution. [ONC certified](http://open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#ONC_Ambulatory_EHR_Certification) with international usage, OpenEMR's goal is a superior alternative to its proprietary counterparts.
8 ### Contributing
10 OpenEMR is a leader in healthcare open source software. Costly proprietary EMRs are no longer the only option. [Learn how to start contributing today!](http://open-emr.org/wiki/index.php/FAQ#How_do_I_begin_to_volunteer_for_the_OpenEMR_project.3F)
12 > Already comfortable with git? Check out [CONTRIBUTING.md](CONTRIBUTING.md) for quick setup instructions
14 ### Support
16 Community and Professional support can be found [here](http://open-emr.org/wiki/index.php/OpenEMR_Support_Guide).
18 Extensive documentation and forums can be found on the [OpenEMR website](http://open-emr.org).
20 ### Reporting Issues and Bugs
22 Report these on the [Issue Tracker](https://github.com/openemr/openemr/issues). If you are unsure if it is an issue/bug, then always feel free to use the [Forum](https://community.open-emr.org/) and [Chat](https://chat.open-emr.org/).
25 ### Reporting Security Vulnerabilities
27 Send an email to brady.g.miller@gmail.com . If possible, please encrypt your email via PGP with this [public key](https://pgp.mit.edu/pks/lookup?op=get&search=0x27DEF05B1A8A6D4F).
29 ### For Developers
31 If using OpenEMR directly from the code repository, then the following commands will build OpenEMR:
32 ```
33 composer install
34 npm install
35 npm run build
36 composer dump-autoload -o
37 ```
39 ### Contributors
41 This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
42 <a href="graphs/contributors"><img src="https://opencollective.com/openemr/contributors.svg?width=890" /></a>
44 ### Backers
46 Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/openemr#backer)]
48 <a href="https://opencollective.com/openemr#backers" target="_blank"><img src="https://opencollective.com/openemr/backers.svg?width=890"></a>
50 ### Sponsors
52 Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/openemr#sponsor)]
54 <a href="https://opencollective.com/openemr/sponsor/0/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/0/avatar.svg"></a>
55 <a href="https://opencollective.com/openemr/sponsor/1/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/1/avatar.svg"></a>
56 <a href="https://opencollective.com/openemr/sponsor/2/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/2/avatar.svg"></a>
57 <a href="https://opencollective.com/openemr/sponsor/3/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/3/avatar.svg"></a>
58 <a href="https://opencollective.com/openemr/sponsor/4/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/4/avatar.svg"></a>
59 <a href="https://opencollective.com/openemr/sponsor/5/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/5/avatar.svg"></a>
60 <a href="https://opencollective.com/openemr/sponsor/6/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/6/avatar.svg"></a>
61 <a href="https://opencollective.com/openemr/sponsor/7/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/7/avatar.svg"></a>
62 <a href="https://opencollective.com/openemr/sponsor/8/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/8/avatar.svg"></a>
63 <a href="https://opencollective.com/openemr/sponsor/9/website" target="_blank"><img src="https://opencollective.com/openemr/sponsor/9/avatar.svg"></a>
65 ### License
67 [GNU GPL](LICENSE)