CAP(1) BSD General Commands Manual CAP(1)NAME
cap -- Ruby on Rails web applications deployment utility
SYNOPSIS
cap [options] args
capify [options] args
DESCRIPTION
Capistrano is a utility for deploying web applications.
For more information about the cap and capify commands you can use their --h flag. There is also online documentation available at
"http://www.capify.org/".
SEE ALSO rails(1)ruby(1)HISTORY
Capistrano was originally called SwitchTower. The name was changed in March 2006 in response to a trademark conflict.
AUTHORS
Capistrano was created by Jamis Buck <jamis@37signals.com> and
David Heinemeier Hansson <david@loudthinking.com>
BSD September 18, 2006 BSD
Check Out this Related Man Page
RAILS(1) BSD General Commands Manual RAILS(1)NAME
rails -- Web-application framework
SYNOPSIS
rails path [options...]
DESCRIPTION
Rails is a web-application and persistence framework that includes everything needed to create database-backed web-applications according to
the Model-View-Control pattern of separation. This pattern splits the view (also called the presentation) into "dumb" templates that are pri-
marily responsible for inserting pre-built data in between HTML tags. The model contains the "smart" domain objects (such as Account, Prod-
uct, Person, Post) that holds all the business logic and knows how to persist themselves to a database. The controller handles the incoming
requests (such as Save New Account, Update Product, Show Post) by manipulating the model and directing data to the view.
Rails is written with the ruby(1) language. For more information about Rails you can use its ---help flag. There is also online documentation
available at "http://rubyonrails.org".
SEE ALSO ruby(1)mongrel_rails(1)cap(1)AUTHORS
Rails was created by David Heinemeier Hansson <david@loudthinking.com> then extended and improved by hundreds of open-source contributors.
BSD February 27, 2006 BSD
hi there. i have a simple bash script that reads a word from a text file
one at a time, and if a '*' character is encountered, it prints a message.
however it doesn't work as i expected. :o what am i doing wrong here?
thanks very much for the help :)
for word in `cat $DOC`
do
if... (18 Replies)
hi guys, I know this might be very simple for u but not for me.
I simply want to print the active users, changeing the first letter in their names to capital. i guess sed it's useful but don't know how to find the correspondign capital letter and don't know how to change just the first... (16 Replies)
Hi All,
i have an input below.
As long as "x= 1" , i would want to capture 2 lines using sed or awk
for eg :
0001 x= 1 $---------------------------------..-.--..
0001 tt= 137 171 423 1682 2826 0
Pls help. Thanks in advance.
Note that the number of lines in each block do... (37 Replies)
Hello everybody, is a very simple question how can I increase the capacity of a disk wich is on a DS4300?, I have done the procedure on the Storage Manager but the space is the same on the AIX (5.3) , what should I do to obtain the new ammount of disk space? (16 Replies)
I need a clarification on one of the scripts that i have written, I new to file handling and i need help:
I am trying to find a particular pattern in a file "****** PBX" in set of 5 files named:
xy.cc3
xv.cc3
xx.cc3
xr.cc3
xd.cc3
in a directory. If i find the files starting with these... (16 Replies)
Hi All,
I want to create a script that capture only Date & Time, Current CPU % usage, Disk % usage, Mem % usage and Top process based on this output;
Data Collected: 05/17/08 17:19:49
Refresh Interval: 600 seconds
GlancePlus Started/Reset: 05/17/08 08:19:45
B3692A GlancePlus... (18 Replies)
Hi,
I want to convert the first letter of this word from lowecase to uppercase.
Assume a letter united. I want to translate to United
Please let me know a simple way to do that.
Thanks. (22 Replies)
Hi,
I am using smitty to create and configure a print queue. I am giving a print of a text file to the print queue created. I am using this in network.
How to capture network packets of the print from AIX to the printer and printer to AIX.
I tried Wireshark to capture network packets.
I am... (16 Replies)
Hi All,
This is my first port.....
I am using AIX 5L, installed 10g database.
On daily basis we takes rman backup.
This backup status info strored in a log file.
I write a script to know the status of back means I will fire this script and this script will send a mail to me.
#!/bin/bash... (16 Replies)
Hi all,
I am new to Unix and I want to write a shell script in a jumpbox for finding the filesystem capacity on 50 unix servers ( by ssh ) and then email the result in HTML format with server name and capacity % to a specific outlook distribution list.
any suggestion would be of great help. (17 Replies)
Update:
The / file system (/dev/rdsk/c1t0d0s0) is being checked
fsck unable to stat
WARNING - unable to repair the / filesystem. Run fsck manually (fsck -F ufs /dev/rdsk/c1t0d0s0).
Root password for system maintenance (control-d to bypass):
I am unable to hit control-d to by pass.
I... (50 Replies)
Hi,
I'm trying to send a log file to mailx as a "Body Message" but since the file contains so many control and color characters it's making an attachement out of it instead of putting it in the body.
The file looks like this:
Bringing up loopback interface: ^^M^MŽ
19 Bringing up interface... (18 Replies)
Greetings!
Well, this next example should be a snap, but, instead, sed is raising yet another bump on my head. Here's the "offending" commandline today:sed -i s'/\$\{HOUSING\}/casing/g' ./some.fileAnd, here's the output:sed: -e expression #1, char 27: Invalid content of \{\}FWIW, I tried... (17 Replies)
Welcome to all.
Have an issue and looking for help so hope someone is able to give me some clues.
I prepared some shell scripts with coloured output to help other guys to have more automated task. Not sure if I did this but now whenever I use 'ls' command for root user every output in... (29 Replies)
Hi
After lot of trial and error I am really bowled out with the requirement in hand and honestly you are my last hope
Here is what I want to achieve
Values
*IF *VALUE MS_SQL_Statistics_Summary.Client_Count_Percent_Used *GT 70.00 *AND *VALUE... (20 Replies)