An open API service indexing awesome lists of open source software.

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

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.