Skip to content

Manifaust/cloud-glossary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cloud Glossary

http://glossary.cfapps.io

A glossary of terms for cloud technologies and Cloud Foundry.

Adding a new term

The glossary app uses Jekyll, so adding a term is as easy as creating a markdown file in the terms directory. The structure look like this:

---
title: Raccoontainer
action: does a thing (keep this short)
---

A [container](/container/) runtime that looks through your trash directory for resources

To preview your changes, run Jekyll:

$ gem install jekyll bundler
$ bundle exec jekyll serve

Deploy

jekyll build
cf push <app_name> -p _site

About

A glossary of terms for cloud technologies and Cloud Foundry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published