Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

axiomatic(1) [debian man page]

AXIOMATIC(1)						      General Commands Manual						      AXIOMATIC(1)

NAME
axiomatic - command-line tool for creating, configuring, and inspecting an axiom database SYNOPSIS
axiomatic [options] [command] DESCRIPTION
This manual page documents briefly the axiomatic command. axiomatic allows to create, configure and interact with an axiom database. The most commonly used subcommands are start, stop and status. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -b, --debug Enable Axiom-level debug logging. -d, --dbdir= Path containing axiom database to configure/create. --version Show version of program. --help Display help. COMMANDS
Except when using --version and --help, you need to specify one command. The possible commands are included below. Note that axiomatic has an extensible plugin system, so the exact list of commands will differ depending on what axiomatic plugins are available. start Launch the given Axiom database. stop Stop the server running from the given Axiom database. status Report whether a server is running from the given Axiom database. insert-user Insert a user store, such as one extracted with extract-user, into a site store and login system. userbase LoginSystem introspection and manipulation. extract-user Remove an account from the login system, moving its associated database to the filesystem. browse Interact with an Axiom store. SEE ALSO
Axiom homepage <http://divmod.org/trac/wiki/DivmodAxiom> AUTHOR
axiomatic is part of Axiom, an object database, or alternatively, an object-relational mapper written by Divmod. This manual page was written by Vincent Bernat <bernat@luffy.cx>, for the Debian project (but may be used by others). 24 January 2008 AXIOMATIC(1)

Check Out this Related Man Page

ANUBISADM(1)						      General Commands Manual						      ANUBISADM(1)

NAME
anubisadm - interface for GNU Anubis database administration SYNOPSIS
anubisadm anubisadm [COMMAND] [OPTIONS] URL DESCRIPTION
This manual page documents briefly the anubisadm command. anubisadm is a program for GNU Anubis database manipulation. OPTIONS
A summary of options is included below: COMMAND is one of: -c, --create Creates the database. -l, --list List the contents of an existing database. -a, --add Add a new record. -m, --modify Modify existing record. -r, --remove Remove existing record. --version Display program version number and exit. --help Display this help screen and exit. OPTION is one or more of: -i, --authid=STRING Specify the authid to operate upon. This option is mandatory with --add, --modify and --remove. It is optional when used with --list. -p, --password=STRING Specify the password for the authid. Mandatory with --add, --modify and --remove. -u, --user=STRING Specify the system user name corresponding to the given authid. Optional for --add, --modify and --remove. -f, --rcfile=STRING Specify the rc file to be used for this authid. Optional for --add, --modify and --remove. SEE ALSO
anubis(1), anubisusr(1), AUTHOR
anubisadm was written by The Anubis Team (read the AUTHORS file). This manual page was prepared by Krzysztof Burghardt <krzysztof@burghardt.pl>, for the Debian project (but may be used by others). 2007 Sep 09 ANUBISADM(1)
Man Page