Skip to content

Commit

Permalink
Documentations Update
Browse files Browse the repository at this point in the history
  • Loading branch information
saadirfan committed Apr 7, 2017
1 parent 0186d66 commit c739c68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

*Disclaimer: Hospitals/Medicine/Patients/Staff content available at this site, demo and provided .sql file are fictitious. Any resemblance to actual persons, places, brands or products is purely coincidental.
**Remote Clinic is not a service provider and does not host any patient data whatsoever. Therefore the data/privacy compliance responsibility lies at Clinic/Healthcare Provider. While setting up this software, please ensure you are satisfying all legal requirements depending on where your business is located and data is being hosted, or check with your legal resources if you are uncertain.

- DO NOT DELETE THIS FILE!

Expand Down
17 changes: 16 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
margin: 50px auto;
padding: 25px 35px;
}
.disclaimer{
max-width: 600px;
margin: 0 auto 50px auto;
font-size: 11px;
color: #666;
text-align: center;
}
.disclaimer p{
font-size: 11px;
}
</style>
</head>
<body>
Expand All @@ -56,7 +66,7 @@ <h1>Remote Clinic <span>v2.0</span></h1>
<br>

<h2>Installation:</h2>
<p>Simply upload the provided remoteclinic.sql to your server/localhost and update the database credentials under the ~/app/pre-includes/db.php and place the content provided inside "app" folder at your desired directory on the server.</p>
<p>Simply place the content provided at your desired directory on the server/localhost and upload the attached remoteclinic.sql to your MySQL server, and update the database credentials in ~/pre-includes/db.php.</p>

<p>Visit the home folder from your browser and use the following login credentials to get started:</p>

Expand All @@ -79,5 +89,10 @@ <h3>System Requirements </h3>

</div>

<div class="disclaimer">
<p>*Disclaimer: Hospitals/Medicine/Patients/Staff content available at this site, demo and provided .sql file are fictitious. Any resemblance to actual persons, places, brands or products is purely coincidental.</p>
<p>**Remote Clinic is not a service provider and does not host any patient data whatsoever. Therefore the data/privacy compliance responsibility lies at Clinic/Healthcare Provider. While setting up this software, please ensure you are satisfying all legal requirements depending on where your business is located and data is being hosted, or check with your legal resources if you are uncertain. </p>
</div>

</body>
</html>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<br>

<h2>Installation:</h2>
<p>Simply place the content provided inside "app" folder at your desired directory on the server/localhost and upload the provided remoteclinic.sql to your MySQL server, and update the database credentials in ~/app/pre-includes/db.php.</p>
<p>Simply place the content provided at your desired directory on the server/localhost and upload the attached remoteclinic.sql to your MySQL server, and update the database credentials in ~/pre-includes/db.php.</p>

<p>Visit the home folder from your browser and use the following login credentials to get started:</p>

Expand Down

0 comments on commit c739c68

Please sign in to comment.