Difference between revisions of "Recitalweb"
From Recital Documentation Wiki
Barrymavin (Talk | contribs) |
Barrymavin (Talk | contribs) |
||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | The '''recitalweb''' command is used to run Recital Web applications. | + | The '''recitalweb''' command is used to run Recital Web applications as a standalone application on the desktop. |
You can view what command line options are available by typing: | You can view what command line options are available by typing: | ||
| Line 5: | Line 5: | ||
<pre> | <pre> | ||
# recitalweb --help | # recitalweb --help | ||
| + | usage: recitalweb --url url [--geometry x,y,w,h] [--maximized] [--fullscreen] | ||
| + | </pre> | ||
| + | |||
| + | If you have the recitalserver started and running on the local machine you can run local applications like this: | ||
| + | |||
| + | <pre> | ||
| + | # recitalweb --url http://localhost:8001/yourapp/yourapp.rsp | ||
</pre> | </pre> | ||
Latest revision as of 18:28, 24 June 2010
The recitalweb command is used to run Recital Web applications as a standalone application on the desktop.
You can view what command line options are available by typing:
# recitalweb --help usage: recitalweb --url url [--geometry x,y,w,h] [--maximized] [--fullscreen]
If you have the recitalserver started and running on the local machine you can run local applications like this:
# recitalweb --url http://localhost:8001/yourapp/yourapp.rsp