ACTIONS

config

Interactively configure the locations in which GBrowse's scripts, configuration files, and static image/support files will be installed.

One or more of the config options can be set on the command line when first running perl Build.PL:

perl Build.PL --conf=/etc/growse2 \            # config files
              --htdocs=/var/www/gbrowse2   \   # static files
              --cgibin=/usr/lib/cgi-bin/gb2 \  # CGI directory
              --wwwuser=www-data \             # apache user
              --portdemo=8000 \                # demo web site port
              --apachemodules=/usr/lib/apache2/modules  # apache loadable modules
reconfig

Interactively edit configuration locations. See "./Build help config".

demo

Try to start an apache/gbrowse instance running in demo mode on the port specified during "./Build config". This allows you to try GBrowse without installing it.

stopdemo

Stop the demo instance.

apache_conf

Generate a fragment of the Apache configuration file needed to run GBrowse.

debian

Build Debian source & binary packages.