Home

Awesome

What is stackato-cli?

This repository contains the source code to the Stackato Platform-as-a-Service command line client, written in Tcl.

Prerequisites

  1. Install ActiveTcl 8.5 somewhere (INSTALLDIR)

  2. Put the INSTALLDIR/bin directory of the above installation on the PATH.

  3. Install Tcl library dependencies using one of the following options:

  1. Either

    • make a link INSTALLDIR/bin/tclsh to INSTALLDIR/bin/tclsh8.5
    • copy the file
    • edit bin/stackato to use 'tclsh8.5' instead of 'tclsh' in its #! line
  2. Run bin/stackato as you see fit.

Structure of the client

See the file doc/devguide.txt for more information on the internals.