.TH ronin\-install 1 "APRIL 2012" Ronin "User Manuals" .SH SYNOPSIS .PP \fB\fCronin install\fR [\fIoptions\fP] \fIURI\fP .SH DESCRIPTION .PP Installs Ronin Repositories. .SH ARGUMENTS .TP \fIURI\fP The URI of the Repository to be installed. .SH OPTIONS .TP \fB\fC-v\fR, \fB\fC--[no-]verbose\fR Enable verbose output. .TP \fB\fC-q\fR, \fB\fC--[no-]quiet\fR Disable verbose output. .TP \fB\fC--[no-]silent\fR Silence all output. .TP \fB\fC--[no-]color\fR Enables color output. .TP \fB\fC--[no-]rsync\fR Installs the Repository using Rsync. .TP \fB\fC--[no-]svn\fR Installs the Repository using SubVersion (SVN). .TP \fB\fC--[no-]hg\fR Installs the Repository using Mercurial (Hg). .TP \fB\fC--[no-]git\fR Installs the Repository using Git. .SH FILES .TP \fI~/.ronin/\fP Ronin configuration directory. .TP \fI~/.ronin/repos/\fP Installation directory for Ronin Repositories. .TP \fI~/.ronin/database.log\fP Database log. .TP \fI~/.ronin/database.sqlite3\fP The default sqlite3 Database file. .TP \fI~/.ronin/database.yml\fP Optional Database configuration. .SH ENVIRONMENT .TP HOME Specifies the home directory of the user. Ronin will search for the \fI~/.ronin/\fP configuration directory within the home directory. .SH EXAMPLES .TP \fB\fCronin install git://github.com/user/repo.git\fR Installs a Ronin Repository using git. .TP \fB\fCronin install --git git@example.com:/home/secret/repo\fR Installs a Ronin Repository using git over ssh. .SH AUTHOR .PP Postmodern .MT postmodern.mod3@gmail.com .ME .SH SEE ALSO .PP .BR ronin\-repos (1) .BR ronin\-uninstall (1) .BR ronin\-update (1)