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.
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.
We welcome contributions to the practitioners guide! Please see CONTRIBUTING.md for details on how to contribute.
To run the site locally on your own machine:
-
Make sure you have Ruby and Bundler installed. Follow this guide for windows.
-
Clone the repository:
git clone https://github.com/your-username/practitioners-guide.git
- Navigate into the repository directory:
cd practitioners-guide
- Install dependencies:
bundle install
- Run Jekyll:
bundle exec jekyll serve
- Preview the site at http://localhost:4000/practitioners-guides/.
Any changes you make will automatically rebuild the site so you can preview changes.