Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.39 KB

The Little Cloud Foundry Book

A short yet informative introduction to Cloud Foundry, an open source polyglot platform-as-a-service.

Translations

Would you like to translate this book into your native language? Please email [email protected].

Building

You want to build the PDF from scratch? You will need a recent pandoc 1.9+ and a few dependencies.

On Debian-ish systems

sudo apt-get install texlive-metapost texlive-fonts-extra cabal-install latex-xetex

You can install pandoc with:

make pandoc

which runs the following commands:

cabal update
cabal install cabal-install # get the latest cabal
cabal install json-0.4.4    # get around dependency conflicts
cabal install pandoc        # install pandoc

More details at http://johnmacfarlane.net/pandoc/installing.html

Build The PDF

make pdf

Contributions

Contributions are very much appreciated! Please fork this repo or send a Github Pull request. I will even take patches via email to [email protected] if you are really into that.

Author

Jonathan "Duke" Leto

Inspiration

Inspired by "The Little MongoDB Book" by Karl Seguin.

Copyright

Leto Labs LLC, 2012

License