Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 989 Bytes

File metadata and controls

28 lines (20 loc) · 989 Bytes

Virtualization for developers workshop

Directory structure

public/         # public viewable directory for the demo
puppet/         # puppet scripts
sql/            # mysql db data
README.md       # readme file
Vagrantfile     # Vagrant configuration

How to see the presentation?

Open https://lpopov.github.io/virtualization-for-developers-workshop

or

  1. Clone the repository
  2. Change to 'gh-pages' branch
  3. Open index.html with a browser

How to run the demo?

  1. Install Vagrant and VirtualBox
  2. Change to the directory Vagrantfile is in
  3. Run vagrant up and wait for it to finish (you need to have Internet connection, for everything to install correctly)
  4. Open http://10.0.1.10/ in a browser