installclass(1)
NAME
installClass.pl -- Run class install methods
SYNOPSIS
installAsset.pl [--remove|--check|--upgrade] <class> --configFile=<configFile>
DESCRIPTION
This helper script installs a class that is using the correct
interface.
If your class has not told you to use this script, then it probably
won't work!
ARGUMENTS
- class
- The class name of the class to install. Something like
WebGUI::Asset::Yourasset
OPTIONS
- check
- If specified, will check if the class is installed or not.
- upgrade
- If specified, will upgrade the class.
- remove
- If specified, will uninstall the class.
- configFile
- The configuration file for the site to install the class into
SEE ALSO
- WebGUI::AssetAspect::Installable