@extends('layouts.master') @section('title', __('installer.introduction')) @section('content')
LibreHealth Logo

Installation Steps

@include('includes.installer_sidebar', ['step' => 6])
@include('includes.language_switcher')
{{ app_name() }} (v{{ app_version() }})
@include('includes.installer_step', ['step' => 6])
@if($errors->any()) @endif

{{ __('installer.introduction') }}

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, an umbrella organization for health IT projects with similar goals.

@include('partials.footer')
@endsection @section('js_scripts') @endsection