Skip to content

cloudmesh/technologies

Repository files navigation

Creating the Document

The documentation is very easy to create as it relies on pandoc. To install it you can do the following:

Mac OSX

Use homebrew

$ brew install pandoc
$ brew install pandoc-citeproc

On Linux and Windows, please follow the directions for pandoc Windows

Once you have installed pandoc you can create the book with our simple Makefile contained in the source directory. Simply clone the source and call make in the source dir

    $ mkdir -p ~/github/cloudmesh
    $ cd ~/github/cloudmesh
    $ git clone https://github.com/cloudmesh/technologies.git
    $ cd technologies
    $ make todo
    $ make

To look at the book, open the text with your favorite e-book reader. On OSX you can say

    $ make view

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages