|
NAMEapp.server - A generated server for the [% app_name %] appSYNOPSISusage: app.server [options] [port] port defaults to 8080 DESCRIPTIONThis is a Gantry::Server based stand alone server for the [% app_name +%] app. It was built to use the [% instance %] Gantry::Conf instance in the docs directory.To override the database connection information in your conf file, see "Changing Databases without Changing Conf" below. To change instances or master conf files, use these flags (they all require values):
Changing Databases without Changing ConfYou may use the following flags to control database connections. If you supply these flags, they will take precedence over your Gantry::Conf instance. All of them require values.
NAMEBigtop::CGI::Backend::Gantry - CGI dispatch script generator for the Gantry frameworkSYNOPSISIf your bigtop file includes:config { CGI Gantry { # optional statements: # to get a stand alone server: with_server 1; # to use FastCGI instead of regular CGI: fast_cgi 1; } } and there are controllers in your app section, this module will generate app.cgi when you type: bigtop app.bigtop CGI or bigtop app.bigtop all You can then directly point your httpd.conf directly to the generated app.cgi. DESCRIPTIONThis is a Bigtop backend which generates cgi dispatching scripts for Gantry supported apps.KEYWORDSThis module does not register any keywords. See Bigtop::CGI for a list of allowed keywords (think app and controller level 'location' and controller level 'rel_location' statements).METHODSTo keep podcoverage tests happy.
AUTHORPhil Crow <crow.phil@gmail.com>COPYRIGHT and LICENSECopyright (C) 2005 by Phil CrowThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |