FEMR/windows-installer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Setup Instructions</title>
<style>
body {
font-family: sans-serif;
background: #ffffff;
color: #222;
padding: 20px;
line-height: 1.6;
max-width: 800px;
margin: auto;
}
h1, h2, h3 {
color: #005a9c;
}
code, pre {
background: #f0f0f0;
padding: 5px;
border-radius: 4px;
}
ol li {
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1>Welcome!</h1>
<p>Thank you for installing the application. To finish setting everything up, please follow the simple steps for your operating system.</p>
<h2>Windows</h2>
<h3>Step 1: Open Docker</h3>
<ol>
<li>Find the <strong>Docker Desktop</strong> icon on your Desktop.</li>
<li><strong>Right-click</strong> the icon and choose <strong>Run as administrator</strong>.</li>
<li>If you see a pop-up that asks, “Do you want to allow this app to make changes to your device?”, click <strong>Yes</strong>.</li>
<li>Wait for Docker to fully start before moving on.</li>
</ol>
<h3>Step 2: Run the Program</h3>
<ol>
<li>Find the file called <strong>fEMR.exe</strong> on your Desktop or in the Start Menu.</li>
<li>Double-click on the file.</li>
<li>If asked to confirm anything, click <strong>Yes</strong>.</li>
</ol>
<h3>Having Trouble?</h3>
<p>If you see a message that says scripts are blocked:</p>
<ol>
<li>Right-click the Start Menu and choose <strong>Windows PowerShell (Admin)</strong>.</li>
<li>Copy and paste this command, then press <strong>Enter</strong>:</li>
<pre><code>Set-ExecutionPolicy RemoteSigned -Scope CurrentUser</code></pre>
<li>When asked, type <code>Y</code> and press <strong>Enter</strong>.</li>
<li>Close the window, then try running <strong>fEMR.exe</strong> again.</li>
</ol>
<h2>Mac</h2>
<h3>Step 1: Open femr</h3>
<ol>
<li>Open the <strong>Applications</strong> folder.</li>
<li>Find the app called <strong>femr</strong>.</li>
<li><strong>Double-click</strong> to run it.</li>
<li>If you can't find it, press <strong>Command</strong> + <strong>Space</strong> to open Spotlight Search.</li>
<li>Type <code>femr</code> and press <strong>Enter</strong>.</li>
</ol>
<p>If your Mac asks for permission to run the app, click <strong>Open</strong> or <strong>Allow</strong>.</p>
</body>
</html>