Displaying 20 results from an estimated 10000 matches similar to: "[Q] capistrano recipe for deployment"
2007 Mar 28
0
[recipe] How to get on Merb Edge
Hello,
My name is Olle, and I am new here. I''d like to add some detail to
Ez''s explanation in a previous email [1]. These are the steps I took
to get Merb running Merb Edge (is that what you call it?).
Start in the merb-root not in the dist-root.
# Create dist/framework, plus script/merb stub
rake merb:freeze
cd dist
rm -rf framework
# Replace dist/framework with trunk
2006 Dec 04
0
deprec - deployment recipes for capistrano
http://codemode.blogspot.com/2006/11/deprec-install-rails-stack-and-deploy.html
deprec is a new rubygem to make deployment of your Rails app with
Capistrano a breeze.
cap install_rails_stack
This recipe installs everything you need to prepare an Ubuntu linux
6.06 server to host
your Rails application:
- apache 2.2 with mod_proxy_balancer
- mongrel & mongrel cluster
- rails
- mysql
These
2006 Oct 13
0
Deployment problem with Capistrano
I have everything set up that I need - SVN, webserver (Apache2.2),
mongrels, etc. Capistrano is deploying the site well enough, to a
point.
I need to create sym-links to my file-column created content
directories (in
shared) and copy the database.yml file (also from shared) into the
current folder.
I''ve written the following task:
desc "Copy the database config file over and set
2006 Aug 06
1
Deploying from local machine to remote host using capistrano?
Hi,
I would like to deploy a RoR application from my local machine to a remote
host.
Looks like the capistrano assumes that you are using an internet accessible
host for the SVN repository and doesn''t checkout files using file:///!
Did I miss some configuration?
How do other people handle their application deployment from your local
machine?
Thanks for your feedback.
Regards, Hari
2006 Dec 01
2
deploying mongrel with capistrano
I''m wondering if anyone has built a Capistrano task that will deploy mongrel
either standalone or along with a rails app. I''ve been looking at
possibilities for doing this but still new to using both having switched from
using FCGI+Lighty and deploying by hand.
Thanks,
Curtis
2011 Apr 05
0
Capistrano deployment in load balancer with sticky session
Hi,
I used to have a couple of applications running on a single server.
Now they have been migrated in two server, load balanced using sticky
sessions. They told me that files in the first server will be
replicated during the night to the secondary. I still have my old
Capistrano recipe to be updated. I thought I can create two different
environments, one for the first server, one for the second
2011 Jan 11
1
deploying with capistrano and bundler
I''m deploying via capistrano but when I try and do a bundle install it
asks for my password to install the gems. I give it a password but
oddly enough the password appears on the console in plain text and
when I press enter, nothing happens. I waited for a couple hours and
still nothing happened, so how am I supposed to run bundler with
capistrano?
--
You received this message because
2006 May 16
4
Capistrano to deploy to Mac OS X?
We''re moving some "internal use" apps to a spare internal machine - instead
of a public, shared host. I''m not sure if it''s relevant, but the new machine
is running OS 10.3.
I''m having a strange problem using Capistrano. It happens on both our
development machines, and only when deploying to this server.
I run ''cap deploy'' and get:
2006 Apr 10
1
Capistrano/SwitchTower "current" dir deployment question
All,
I have successfully executed the "deploy" task in Capistrano/Switchtower
to establish a symbolic link named "current" which points to the current
version of my app. on my remote server.
My app. was already deployed to the existing Rails root directory (call
it "appname") though.
I have Apache fronting my app. through a virtual host whose doc. root is
itself
2006 Mar 27
2
Capistrano deployment issues under Ubuntu Dapper
I''ve recently upgraded my box from Ubuntu Breezy to Dapper, and for
the life of me can''t figure out why I''m getting this exception thrown.
I''ve switched from Switchtower to Capistrano, and when I run rake
deploy I get this output:
** [update_code] exception while rolling back: NameError,
uninitialized constant Net::SSH::Transport::OSSL
2008 Jan 02
1
Deploying merb as a windows service
Hey All
I was just wondering if anyone had tried deploying merb as a windows
service? I am familiar with the sc.exe tool ( http://support.microsoft.com/kb/251192
) - do you think adding the correct paths and such to the merb bin
will work? I am going to try this tomorrow but wondered what peoples
thoughts were?
Many thanks
Tim
2006 Aug 21
1
Recommended start order when deploying with Capistrano...
When deploying with Capistrano, what''s the recommended start ordering
for BackgrounDRb?
mongrel_stop
backgroundrb_restart
mongrel_start
- or -
mongrel_restart
backgroundrb_restart
- or -
backgroundrb_restart
mongrel_restart
Or does it matter?
Cheers,
Brett
2007 Oct 23
2
sample app using Sequel?
I''m a new merb user. Rather than ask a bunch of questions on this
list, I''d like to ask if anyone can point me to a sample merb
application preferably using trunk (or close to it) and preferably
using Sequel for the ORM.
If I can''t figure out how to bull my way through things from a
sample, I''ll come back and ask my newbie questions. Thanks!
cr
2006 May 14
3
Configuring Capistrano For Local To Remote Deployment
How does one configure capistrano for moving local file to your remote
server? In the docs it says that one cannot use file:// so what''s the
configuration step for resolving this issue?
Thanks in advance,
-Conrad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060514/93bb7173/attachment-0001.html
2006 Mar 06
1
Deploying Sites : Capistrano
I have three distinct configurations I need to maintain:
- local dev
- staging server (for client approval and test)
- production server
Right now I''m relying on rsync and sweat to get things right.
Obviously Capistrano looks like the silver bullet, but it seems to rely
on Subversion over http as a dependency. Is this correct?
I''m running svn on my local machine and backing
2007 Jul 31
2
Deploying with Merb
After a half day''s work I''ve created a Merb app to handle file uploads
for a Rails app.
In my dev environment, I changed the views in the Rails app to point
to Merb on port 4000.
But now I''m stuck trying to figure out how to deploy my new Merb app
on a production server.
Looks like originally this was handled with a rewrite rule
2006 Aug 12
3
Capistrano deployment pathname error
When I try to do a deployment with Capistrano I get the error "No such
file to load -- pathname" when Cap tries to execute reaper. Any ideas
what''s causing this or how I can troubleshoot it? (Output follows.)
Thanks.
Evan
-----BEGIN OUTPUT-----
[evans-powerbook:~/Desktop/asktheguys] evan% clear ; rake remote:deploy
(in /Users/evan/Desktop/asktheguys)
loading
2009 Jul 05
4
Deploying without capistrano, using git pull?
I''m NOT working on an enterprisey big time rails application; just
something for my personal site.
I''ve been deploying via
local> git push origin master
remote> git pull origin
remote> sudo /etc/init.d/httpd restart
Trying to decide if this is sufficient, or if learning capistrano and
setting that up will give me any advantages over this?
Thanks,
Dave
2007 Mar 05
2
Any capistrano email recipes?
I''d like to set up capistrano to send an email whenever we do a
deployment. Just start an SMTP session with localhost and shoot off
the email. I have all the code to do that actually, I just don''t know
how to run some Ruby code on the deployment server. Anyone know how
to do that, or do you have an email recipe?
Pat
--~--~---------~--~----~------------~-------~--~----~
You
2006 Apr 17
3
Slow-down with Capistrano?
This could be entirely my imagination, but it _feels_ like my apps are ever
so slightly less responsive after deploying with Capistrano.
Is that even possible?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060417/73f30cef/attachment.html