Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

ninech/ttt-presentation-openshift

Repository files navigation

Tech Talk Thursday - Openshift

This presentation uses Reveal.js.

Setup

As we are talking about Docker this presentation itself is served from a Docker container.

  1. Install Docker

  2. Navigate to the presentation's folder

  3. Build the Docker image

    $ docker build -t presentation .
  4. Serve the presentation and monitor source files for changes

    $ docker run --rm -ti -p 8000:8000 -v $(pwd):/app --name presentation presentation

    The first run takes some time because it installs the javascript dependencies.

  5. Open http://localhost:8000 to view your presentation

  6. Stop the presentation

$ docker kill presentation

Folder Structure

  • css/ Core styles without which the project does not function
  • js/ Like above but for JavaScript
  • plugin/ Components that have been developed as extensions to reveal.js
  • lib/ All other third party assets (JavaScript, CSS, fonts)

About

Tech Talk Thursday: Unsere Erfahrung mit Openshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published