Difference between revisions of "Recitalweb"

From Recital Documentation Wiki
Jump to: navigation, search
Line 6: Line 6:
 
# recitalweb --help
 
# recitalweb --help
 
usage: recitalweb --url url [--geometry x,y,w,h] [--maximized] [--fullscreen]
 
usage: recitalweb --url url [--geometry x,y,w,h] [--maximized] [--fullscreen]
 +
</pre>
 +
 +
Example:
 +
 +
<pre>
 +
# recitalweb --url http://localhost:8001/yourapp/yourapp.rsp
 
</pre>
 
</pre>

Revision as of 02:47, 30 November 2009

The recitalweb command is used to run Recital Web applications as a standalone application on the desktop. You can use either recital or recitalstudio to develop, test and run Recital Web applications.

You can view what command line options are available by typing:

# recitalweb --help
usage: recitalweb --url url [--geometry x,y,w,h] [--maximized] [--fullscreen]

Example:

# recitalweb --url http://localhost:8001/yourapp/yourapp.rsp