vovproject create
vovproject: Usage Message
USAGE:
% vovproject create [options] project_name
OPTIONS:
-csh | -bash | -ksh
-sh | -tcsh | -zsh The shell to use
(default: 'csh')
-type <type> Project type
(default: 'generic')
-port <number> Port number|automatic|any
(default: 'any')
-webport <number> Web interface port number|automatic|any|0
(default: 'any')
-webprovider <prov> Web provider. 'internal' or 'nginx'. Default: internal.
-roport <number> Web interface guest access port
number|automatic|any|0 (default: '0')
-product <name> Product name (one of nc lm lms ft la rm hero)
(Using vovproject to create an LM, NC, WX, LA, or HE
project is deprecated. Please use lmmgr, ncmgr,
wxmgr, lamgr, or hemgr instead.)
(default: 'ft')
-dir <dirname> Server directory
(default: '~/vov')
-group <grpname> Group name (sets VOV_GROUP in setup.tcl)
(default: no group)
-nostart Create project but do not start server yet
-block For the initial start, if enabled (default), prevent
returning to shell until project is stopped.
Useful when submitting to batch processing systems.
-pubkey <key> Specify the public VOV security key to be added
to a new project. If -pubkey is not specified,
the public key listed in ~/.vov/userkey or
%PROFILE%/.vov/userkey is added.
project_name The name of the project
ENVIRONMENT VARIABLES:
VOVPROJECT_SUBMIT_CMD For the initial start, if enabled (default), submit
project to a batch processing system when set to a
valid submission command (eg 'nc run' 'bsub').
EXAMPLES:
% vovproject create myproj
% vovproject create -dir ./vovadmin myproj
% vovproject create -product ft myproj
% vovproject create -dir . -type generic myproj
% vovproject create -port 7501 -type case myproj
% vovproject create -nostart -type case myproj