Difference between revisions of "Getting Started with Recital"
From Recital Documentation Wiki
Barrymavin (Talk | contribs) (→Running Recital Scripts) |
Barrymavin (Talk | contribs) (→Starting the Recital Workbench) |
||
Line 2: | Line 2: | ||
===What Tools are Included with Recital?=== | ===What Tools are Included with Recital?=== | ||
===Starting the Recital Workbench=== | ===Starting the Recital Workbench=== | ||
+ | |||
+ | You run recital by typing "recital" or "db" at a shell prompt. Linux also has a man page that describes how to use the recital command. | ||
+ | |||
+ | $ recital | ||
+ | $ recital --help | ||
+ | $ man recital | ||
+ | |||
===Starting Recital Studio=== | ===Starting Recital Studio=== | ||
===Running Recital Scripts=== | ===Running Recital Scripts=== |
Revision as of 00:28, 22 October 2009
Contents
- 1 Getting Started with Recital
- 1.1 What Tools are Included with Recital?
- 1.2 Starting the Recital Workbench
- 1.3 Starting Recital Studio
- 1.4 Running Recital Scripts
- 1.5 Create a Hello World Script
- 1.6 Running the Hello World Script
- 1.7 Integrating our Recital Hello World Script with bash
- 1.8 Deploying our Recital Hello World Script on the Web
- 1.9 Summary
Getting Started with Recital
What Tools are Included with Recital?
Starting the Recital Workbench
You run recital by typing "recital" or "db" at a shell prompt. Linux also has a man page that describes how to use the recital command.
$ recital $ recital --help $ man recital
Starting Recital Studio
Running Recital Scripts
You can execute Recital scripts in one of two ways; from the command line (e.g. bash) or through a web server such as apache on linux/unix or IIS on windows. For the development of Recital applications that will be run from the command line, the Recital Workbench provides all the tools you will need to develop, debug, and test your applications.