Skip to content

riverbed/steelscript-appfwk

Repository files navigation

Riverbed SteelScript Application Framework

Riverbed SteelScript is a collection of libraries and scripts written in Python for interacting with Riverbed appliances and solutions, and other network infrastructure devices.

As part of the Riverbed SteelScript the SteelScript Application Framework makes it easy to create a fully custom web application that mashes up data from multiple sources. It comes pre-configured with several reports for NetProfiler and NetShark.

Quick Start

If you already have pip, just run the following (in a virtualenv):

$ pip install steelscript
$ steel install

Not sure about pip, but you know you have Python?

  1. Download steel_bootstrap.py from here
  2. Run it (in a virtualenv):

    $ python steel_bootstrap.py install

Once you have the base steelscript package installed, getting started is just a few commands away:

$ steel install --appfwk
$ steel appfwk mkproject

This will populate a local directory with all the files you need to run the server in "dev" mode on your local system.

For next steps, see the full documentation guide:

https://support.riverbed.com/apis/steelscript/index.html

License

Copyright (c) 2015 Riverbed Technology, Inc.

SteelScript-appfwk is licensed under the terms and conditions of the MIT License accompanying the software ("License"). SteelScript-appfwk is distributed "AS IS" as set forth in the License. SteelScript-appfwk also includes certain third party code. All such third party code is also distributed "AS IS" and is licensed by the respective copyright holders under the applicable terms and conditions (including, without limitation, warranty and liability disclaimers) identified in the license notices accompanying the software.