Git Product home page Git Product logo

website's Introduction

DevOps Bootcamp Website & Curriculum

The site is hosted at devopsbootcamp.osuosl.org.

This repository has a post-commit hook set up to update the main site every time the master branch is changed. If the site doesn't update within a couple of minutes, the build may have failed. Check that make html doesn't throw any errors in your copy of the repo, and ask someone with admin access on readthedocs to investigate what it reports is broken.

Viewing Slides:

Slides are available on slides.osuosl.org, and rebuild automatically whenever new content is pushed to the master branch of this repo.

The script in scripts/build.sh automatically removes the slides that were built of non-slides content, based on the assumption that the filenames of all actual slides start with the week number.

You can also build the slides locally if you've been editing them and want to see how they'll look before you push, or if you don't have push access to the project:

$ sudo pip install virtualenv
$ git clone https://github.com/DevOpsBootcamp/website.git
$ cd website
$ virtualenv venv
$ source venv/bin/activate # enter the virtual environment
$ pip install -r requirements.txt

# output lives in build/ and the stuff you want to edit is in source/
# images and things go in source/static/

$ make slides # slides will go to build/slides
$ make html # to preview roughly how it'll look on readthedocs

$ deactivate # leave the virtual environment

About

Check out our list of contributors to see who's worked on the DOBC curriculum.

https://github.com/DevOpsBootcamp/website/graphs/contributors

website's People

Contributors

lucywyman avatar ramereth avatar aaroncohen73 avatar iankronquist avatar kennric avatar pop avatar jordane avatar pono avatar doublej472 avatar eldebrim avatar turnerac avatar leian7 avatar dean avatar mathuin avatar irdan avatar borcean avatar tschuy avatar glenwinters avatar axilleas avatar drewsortega avatar xiongchiamiov avatar lusis avatar phillels avatar grigarr avatar rettigs avatar clinew avatar jerry-peng avatar shortenda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.