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

CELERYBEAT(1)						      General Commands Manual						     CELERYBEAT(1)

NAME
celerybeat -- Celery Periodic Task Server SYNOPSIS
celerybeat [-s database] [-f logfile] [-l loglevel] DESCRIPTION
This manual page documents briefly the celerybeat command. This manual page was written for the Debian distribution because the original program does not have a manual page. celerybeat is a program that starts the Celery Periodic Task Server. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -s --schedule Path to the schedule database. Defaults to celerybeat-schedule. The extension ".db" will be appended to the filename. -f --logfile Path to log file. If no logfile is specified, stderr is used. -l --loglevel Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL. SEE ALSO
celeryd (1), celeryctl (1). AUTHOR
This manual page was written by fladi FladischerMichael@fladi.at for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CELERYBEAT(1)
Man Page