Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 855 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 855 Bytes

This repository is no longer actively maintained by VMware, Inc.

Slideshows for Cloud Foundry

This repo will have all the presos I am using for Cloud Foundry presentations. Feel free to fork and use.

In order to use these slides you will need to

bundle install

To read about the SlideShow gem go here

Generation

You can then generate the slides for the appropriate directory

First cd into the directory of choice. Example:

cd mobile

Then generate as many slide sets as you want. The make.sh script in each dir has the commands to use the slideshow script with the templates in this repo

./make.sh

Finally you can push this app to Cloud Foundry for example

cd output
bundle install
bundle package
vmc push

This will be detected as a Sinatra App.