Skip to content

physion/training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalyze Training Docs

The Catalyze Training Docs are a series of files outlining how Catalyze handles employee related training for HIPAA compliance.

We encourage contributions and adaption to this project. For guidelines on how to contribute please see the CONTRIBUTING.md file.

Local Setup

The core value of this repository is located in the form of markdown files. These can be found in: /source/sections. You can pull these files down and view them in any markdown editor (mou, sublime text plugin). For viewing the files like you see here please see the following instructions:

Running the site locally

training.catalyze.io was built using Middleman, a static site generator. To use middleman locally or on your website you'll first need to install Ruby and Ruby Gems. Once you have your ruby environment setup you can continue installing middleman:

  • Fork this repository
  • git clone https://github.com/USERNAME/training.git
  • cd training
  • bundle install or bundle exec install

Once the previous commands have executed error free you can run the site locally using middleman. The site can be found here at http://localhost:4567. To build the static site you can run middleman build. This will output the assets and index file into the build directory. From here you can host the static files on your server. We do ask that you change the logo to your own and change brand colors where appropriate.

About

Catalyze curriculum for HIPAA education/training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.2%
  • JavaScript 7.7%
  • CSS 1.8%
  • Ruby 0.3%