From 2bf170adab9c3ea340039fc6b55d902ac37ef900 Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Thu, 17 Nov 2022 07:10:31 -0600 Subject: [PATCH] Added README content and organized a few files --- Cheatsheets/laravel.md | 14 --------- README.md | 14 ++++++++- Training/patient-entry.md | 15 ---------- Training/teams.md | 63 --------------------------------------- 4 files changed, 13 insertions(+), 93 deletions(-) delete mode 100644 Cheatsheets/laravel.md delete mode 100644 Training/patient-entry.md delete mode 100644 Training/teams.md diff --git a/Cheatsheets/laravel.md b/Cheatsheets/laravel.md deleted file mode 100644 index 07d0de5..0000000 --- a/Cheatsheets/laravel.md +++ /dev/null @@ -1,14 +0,0 @@ - -# Create a Laravel site - -``` -composer create-project laravel/laravel {site-directory} -``` - -Note: If you are doing this on a dev server where the directory group defaults to your ID, then you may need to change the group so that Apache2 can write to the log files in the folder. - -``` -sudo chgrp -R www-data /var/www/site.local -sudo find /var/www/site.local -type d -exec chmod g+rx {​​​​​​​}​​​​​​​ + -sudo find /var/www/site.local -type f -exec chmod g+r {​​​​​​​}​​​​​​​ + -``` \ No newline at end of file diff --git a/README.md b/README.md index 1188ebf..19bd0cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # documentation -This repo contains markdown files that provide documentation. I guess in the old days I would have a blog where I write articles with this information, today I use GitHub. +This repo contains markdown files that provide documentation for my own reference. I guess in the old days I would have a blog where I write articles with this information, today I use GitHub. + +## Cheatsheets + +The markdowns in this folder are mostly the steps to accomplish certain tasks or technologies. They are meant to be references but I still tend to use Google to get most of this information. + +## Runbooks + +These are step by step documents to build out environments. These tend to look like cheatsheets too. + +## Organization and Completeness + +The files are a little disorganized and many are incomplete. I am slowly working on getting them to a better state. diff --git a/Training/patient-entry.md b/Training/patient-entry.md deleted file mode 100644 index def31a9..0000000 --- a/Training/patient-entry.md +++ /dev/null @@ -1,15 +0,0 @@ -# Patient Data Entry - -## OpenEMR - -- Patient Demographics -- Patient Choices -- Guradian Information -- Insurance Data [how to read the insurance card] -- ID Card scanning and upload - -## Payer Portals - -- Link [United Healthcare] -- Availaity [BCBS, Aetna] -- Cigna \ No newline at end of file diff --git a/Training/teams.md b/Training/teams.md deleted file mode 100644 index 46ecf4b..0000000 --- a/Training/teams.md +++ /dev/null @@ -1,63 +0,0 @@ -# Teams - -## Office 365 Refresher - - -## Intro to Teams - -### What is a Team -- Teams and Groups -- Why is a Group important: other O365 apps - -### Collaboration -- Connecting -- Sharing -- Productivity - -## Beginning With You - -### User Profile -- Profile and Status -- Settings -- Desktop and Mobile apps -- Accounts & orgs - -### Chat Basics -- Conversation bar - - Conversation Actions [Pinning, Pop out, Muting, Hiding] -- Starting a chat - how to the To: bar works -- The conversation bar - - Formatting [Text, Lists, Tables, Quotes, Code] - - Status - - Attachments - - Decorations [Emoji, GIF, Stickers] - - Stream - - Praise - - Approvals - - Apps - -### Chat Conversations -- Quick response icons -- Chat actions [Saving, Outlook, Apps] -- Immersive Reader -- Adding people to the conversation -- Going Live - - Video/Audio call - - Screen sharing - -## Groups - -### Getting to know people -- The contact card - - Contact information - - Collaboration [Chat, Email, Call, Video] - - Organization - - Activity - - Files - -### Your Teams -- Teams and Channels - -## Provisioning - -## Administration \ No newline at end of file