https://github.com/scottlogic/practitioners-guides
A collection of practical, lightweight, and friendly guides for IT professionals
https://github.com/scottlogic/practitioners-guides
sl-classification-highly-confidential sl-owner-ceberhardt sl-status-active
Last synced: 4 months ago
JSON representation
A collection of practical, lightweight, and friendly guides for IT professionals
- Host: GitHub
- URL: https://github.com/scottlogic/practitioners-guides
- Owner: ScottLogic
- License: other
- Created: 2023-09-07T12:08:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:30:39.000Z (over 1 year ago)
- Last Synced: 2024-12-31T06:12:06.746Z (over 1 year ago)
- Topics: sl-classification-highly-confidential, sl-owner-ceberhardt, sl-status-active
- Language: HTML
- Homepage: https://scottlogic.github.io/practitioners-guides/
- Size: 5.97 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Practitioners Guide
A collection of practical, lightweight, and friendly guides for IT professionals.
The guides are [hosted online](https://scottlogic.github.io/practitioners-guides/). The rest of this README is intended for developers or contributors.
## License
This work is made available under the [Creative Commons Attribution-NonCommercial-ShareAlike](https://creativecommons.org/licenses/by-nc-sa/4.0/) 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](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](https://jekyllrb.com/docs/installation/windows/) for windows.
2. Clone the repository:
```
git clone https://github.com/your-username/practitioners-guide.git
```
3. Navigate into the repository directory:
```
cd practitioners-guide
```
4. Install dependencies:
```
bundle install
```
5. Run Jekyll:
```
bundle exec jekyll serve
```
6. Preview the site at http://localhost:4000/practitioners-guides/.
Any changes you make will automatically rebuild the site so you can preview changes.