Before you start

First, set up your machine so that it can run Fiz. You will need to install the following packages:

Download Fiz

Download the latest version of the Fiz installer from http://fiz.stanford.edu/fizCore/home. Once you have that, unzip it to some location on your file system. The rest of this page assumes that the unzipped install directory is called fiz-x. You will need to retain the install directory for later use by the fiz command-line tool.

The Fiz command-line tool

The Fiz distribution includes a command-line program named fiz. This program provides facilities that make it easy for you to manage your Fiz application(s), such as:

Before you can use fiz you must open a shell window, cd to the install directory (fiz-x), and type the following shell command:

ant install

This will create the fiz application in the directory fiz-x/bin. On Windows there will be two versions of fiz: fiz.bat, which is a native Windows script, and fiz, which is a shell script that will run under Cygwin and other UNIX emulation environments. You will then need to add fiz-x/bin to your PATH variable.

To learn how to use fiz, type

fiz help

or click here for more information.

Running the demo application

The Fiz distribution includes a demonstration application with a few simple pages that illustrate the basic features of Fiz. To try out this application: