Skip to content

jcamilleri-scottlogic/practitioners-guides-retroguide

 
 

Repository files navigation

Practitioners Guide

A collection of practical, lightweight, and friendly guides for IT professionals.

The guides are hosted online. The rest of this README is intended for developers or contributors.

License

This work is made available under the Creative Commons Attribution-NonCommercial-ShareAlike license. In brief, feel free to use these guides, but if you reproduce them in any way, you must provide attribution. Also, don't use them for direct commercial gain.

Contributing

We welcome contributions to the practitioners guide! Please see CONTRIBUTING.md for details on how to contribute.

Running Locally - only for devs

To run the site locally on your own machine:

  1. Make sure you have Ruby and Bundler installed. Follow this guide for windows.

  2. Clone the repository:

git clone https://github.com/your-username/practitioners-guide.git
  1. Navigate into the repository directory:
cd practitioners-guide
  1. Install dependencies:
bundle install
  1. Run Jekyll:
bundle exec jekyll serve
  1. Preview the site at http://localhost:4000/practitioners-guides/.

Any changes you make will automatically rebuild the site so you can preview changes.

About

A collection of practical, lightweight, and friendly guides for IT professionals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.0%
  • CSS 41.1%
  • JavaScript 5.4%
  • Ruby 1.5%