Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.13 KB

Vagrant_SlideServer_Instructions.md

File metadata and controls

34 lines (23 loc) · 1.13 KB

How to view the slides with vagrant?

What is Vagrant?

Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the "works on my machine" excuse a relic of the past.

Prerequisites

  • Virtualbox min. Version 5
  • Vagrant min. Version 2.7
  • Clone/Download of the repository

On the computers in the PC-Pools the software should be already installed. The only task there is either

  • Download
  • Clone (with cmd.exe and git command or the Gitg application)

Steps to do

It is taken that all these steps are done in an cmd.exe window that has the current working directory in the cloned/downloaded repository.

Hint: cd ...

  1. Run $ vagrant up slideserver The output should look like: asciicast
  2. Visit localhost:4567 in a browser.