cdist-quickstart(1)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. EXAMPLES
5. SEE ALSO
6. COPYING

1. NAME

cdist-quickstart - Make use of cinit in 5 minutes

2. SYNOPSIS

cdist-quickstart

3. DESCRIPTION

cdist-quickstart is an interactive guide to cdist. It should be one of the first tools you use when you begin with cdist.

4. EXAMPLES

To use cdist-quickstart, add the bin directory to your PATH, execute cdist-quickstart and enjoy cdist:

# Bourne shell example
export PATH=$(pwd -P)/bin:$PATH

# Alternatively, usable for csh and bsh, set's up PATH and MANPATH
eval `./bin/cdist-env`

# Let's go!
cdist-quickstart

5. SEE ALSO

  • cdist(7)
  • cdist-env(1)

6. COPYING

Copyright (C) 2010-2011 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).