Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 705 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 705 Bytes

Installation

  1. Install Node.js (1.0.0 or later)

  2. Install Grunt

  3. Clone the repository

    $ git clone https://github.com/NVISIA/devops-session.git
  4. Navigate to the folder

    $ cd devops-session
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

    $ grunt serve
  7. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

Presentation contents

Navigate to the devops.md file to view the presentation as one page.