[DRE-commits] r5444 - trunk/libramaze-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Thu May 27 10:46:37 UTC 2010


Author: deepak-guest
Date: 2010-05-27 10:46:36 +0000 (Thu, 27 May 2010)
New Revision: 5444

Added:
   trunk/libramaze-ruby/debian/libramaze-ruby1.8.manpages
   trunk/libramaze-ruby/debian/libramaze-ruby1.9.1.manpages
   trunk/libramaze-ruby/debian/ramaze.1
Log:
Written man page for ramaze...:(


Added: trunk/libramaze-ruby/debian/libramaze-ruby1.8.manpages
===================================================================
--- trunk/libramaze-ruby/debian/libramaze-ruby1.8.manpages	                        (rev 0)
+++ trunk/libramaze-ruby/debian/libramaze-ruby1.8.manpages	2010-05-27 10:46:36 UTC (rev 5444)
@@ -0,0 +1 @@
+debian/ramaze.1

Added: trunk/libramaze-ruby/debian/libramaze-ruby1.9.1.manpages
===================================================================
--- trunk/libramaze-ruby/debian/libramaze-ruby1.9.1.manpages	                        (rev 0)
+++ trunk/libramaze-ruby/debian/libramaze-ruby1.9.1.manpages	2010-05-27 10:46:36 UTC (rev 5444)
@@ -0,0 +1 @@
+debian/ramaze.1

Added: trunk/libramaze-ruby/debian/ramaze.1
===================================================================
--- trunk/libramaze-ruby/debian/ramaze.1	                        (rev 0)
+++ trunk/libramaze-ruby/debian/ramaze.1	2010-05-27 10:46:36 UTC (rev 5444)
@@ -0,0 +1,37 @@
+.TH ramaze 1 "May 27, 2010"
+.SH NAME
+ramaze \- This little tool helps you creating, controlling, and debugging your applications.
+.SH SYNOPSIS
+.B ramaze
+[options] [INPUT] 
+.SH DESCRIPTION
+ramaze binary tightly integrates with both Ramaze and the Rack executable rackup, so you will be able to take advantage of both.
+.SH OPTIONS
+.TP 8
+.B create
+To create a new application with a basic set of files and directories.
+.TP 8
+.B start
+Start an instance of your application with ramaze start. Supply a pidfile name if you do not want it to use the default (PROJECT.pid).
+.TP 8
+.B start -D                    
+To start your application in the background you should daemonize it with the -D argument. This will put the PID of the instance into the pidfile.
+.TP 8
+.B stop                      
+Stop a running instance of this application with ramaze stop. Supply a pidfile name if you started it with a pidfile other than the default (PROJECT.pid).
+.TP 8
+.B restart                 
+Stop a running instance of this application, then starts it back up with ramaze restart. Pidfile (if supplied) is used for both stop and start.
+.TP 8
+.B console                
+Starts an irb console with app.rb (and irb completion) loaded. This command ignores rack options.At the moment, you will have to call Ramaze.setup_dependencies after starting the session to get full functionality.
+.TP 8
+Print version
+.SH SEE ALSO
+This program is shipped as part of the libramaze\-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libramaze\-ruby\-doc package.
+.SH AUTHOR
+This manual page was written by Deepak Tripathi <apenguinlinux at gmail.com>,
+based on the document of this program, for the Debian GNU/Linux system 
+(but may be freely used by others).




More information about the Pkg-ruby-extras-commits mailing list