mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-05-03 03:52:50 +02:00
- Refactor .gitlab-ci.yml - Update Makefile - Introduce junit test output - Improve minion test
37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
Usage: APPLICATION COMMAND [OPTIONS]
|
|
|
|
mojo version
|
|
mojo generate lite_app
|
|
./myapp.pl daemon -m production -l http://*:8080
|
|
./myapp.pl get /foo
|
|
./myapp.pl routes -v
|
|
|
|
Tip: CGI and PSGI environments can be automatically detected very often and
|
|
work without commands.
|
|
|
|
Options (for all commands):
|
|
-h, --help Get more information on a specific command
|
|
--home <path> Path to home directory of your application, defaults to
|
|
the value of MOJO_HOME or auto-detection
|
|
-m, --mode <name> Operating mode for your application, defaults to the
|
|
value of MOJO_MODE/PLACK_ENV or "development"
|
|
|
|
Commands:
|
|
cgi Start application with CGI
|
|
cpanify Upload distribution to CPAN
|
|
cron Execute tasks.
|
|
daemon Start application with HTTP and WebSocket server
|
|
eval Run code against application
|
|
generate Generate files and directories from templates
|
|
get Perform HTTP request
|
|
image Manage stored images
|
|
inflate Inflate embedded files to real files
|
|
prefork Start application with pre-forking HTTP and WebSocket server
|
|
psgi Start application with PSGI
|
|
routes Show available routes
|
|
test Run tests
|
|
theme Create new theme skeleton.
|
|
version Show versions of available modules
|
|
|
|
See 'APPLICATION help COMMAND' for more information on a specific command.
|