r9809 - helma-ng/trunk
[email protected] Tue, 19 May 2009 13:04:22 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090519110422.6B8383D0D6@mia> |
Author: hannes
Date: 2009-05-19 13:04:22 +0200 (Tue, 19 May 2009)
New Revision: 9809
Modified:
helma-ng/trunk/README.txt
Log:
Add paragraph about admin/create
Details at http://dev.helma.org/trac/helma/changeset/9809
Modified: helma-ng/trunk/README.txt
===================================================================
--- helma-ng/trunk/README.txt 2009-05-19 08:54:43 UTC (rev 9808)
+++ helma-ng/trunk/README.txt 2009-05-19 11:04:22 UTC (rev 9809)
@@ -61,10 +61,18 @@
helma apps/demo/main.js
If you run a script that is contained in Helma's module path you can also
-use the simpler abstract module name instead of the file name:
+use the simpler abstract module name instead of the file name. For example,
+to run the helma test suite:
helma test/all
+To create a new web application, use the admin/create script. This will copy
+an simple skeleton app to the location you define. You can pass the
+application directory as command line argument, or the script will prompt you
+for it.
+
+ helma admin/create [appdir]
+
Run helma with the -h or --help switch to get more information about available
command line options. For example, the -i or --interactive option allows you
to run an application and use the shell at the same time, which can be really