Kwiki::Command - Kwiki Command Line Tool Module


Kwiki documentation  | view source Contained in the Kwiki distribution.

Index


NAME

Top

Kwiki::Command - Kwiki Command Line Tool Module

SYNOPSIS

Top

    > kwiki -new mykwiki
    > cd mykwiki
    > kwiki -install Kwiki::RecentChanges Kwiki::Archive::Rcs Kwiki::Revisions
    > vim config.yaml
    > kwiki -update
    > kwiki -remove RecentChanges
    > kwiki -new_view admin

DESCRIPTION

Top

Kwiki::Command is the module that does all the work of the kwiki command line tool. You can use kwiki to install a new Kwiki, to update a Kwiki configuration, to add and remove Kwiki plugins and to download Kwiki plugins from CPAN. When you download the CPAN modules they can either be installed in the system Perl libraries or locally right in your kwiki dist. This is useful if you don't have root permissions for your installation.

USAGES

Top

There are many different commands you can do with the kwiki command line tool.

* -new

Create a new kwiki with the command:

    kwiki -new

You must be inside an empty directory. Alternatively you can say:

    kwiki -new path/to/kwiki

The target directory must be empty or must not exist yet.

AUTHOR

Top

Brian Ingerson <INGY@cpan.org>

COPYRIGHT

Top


Kwiki documentation  | view source Contained in the Kwiki distribution.