similar to: Capistano - before_update_code issue

Displaying 20 results from an estimated 11000 matches similar to: "Capistano - before_update_code issue"

2006 Sep 12
5
ferret / acts_as_ferret multiple server deployment
Has anyone deployed ferret & act_as_ferret to a load balanced multiple server environment? If so, did you simply use a shared network index? I have a couple of ideas on how to deploy - but each have shortcomings and I''m hoping to find out if anyone else has deployed ferret in this manner. The application is simply load balanced between multiple servers running the same app for
2006 Feb 19
10
Switchtower - unitialized constant
Just loaded up Switchtower 1.0 today, via gems. I''m on OS X (10.4.5), with ruby and friends installed via darwinports in opt/local. After installing ST, I switchtowerized my app, set up the deploy recipe, then ran: rake remote_exec ACTION=setup When I do, i get this error: rake aborted! uninitialized constant SwitchTower Obviously, this happens with any of the tasks in ST (like
2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi, I''m deploying to a prod linux server via Capistrano, but the last step, running the reaper, won''t complete. Ruby is stored in /usr/local/bin on the server, and I''m deploying from winxp. $ ssh mcalogin@lx07 Password: mcalogin@LX07:~> env | grep "^PATH" PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b in:/opt/
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
Dear friends, I followed the guide on http://techoctave.com/c7/posts/16-how-to-host-a-rails-app-with-phusion-passenger-for-nginx and successfully deployed two apps on the same web server, some months ago. Then when I upgraded to Rails 2.3.13.rc1 everything seems to be OK, but when I visit my app with the browser all that I get is the Welcome page from Nginx. Here is my nginx.conf:
2009 Jan 24
2
nginx and mongrel, more info
Hello, Where I can find more info on how to nginx and mongrel boot when the machine reboots ? In os x, please. In Linux world I found some scripts but they don''t work and don''t go in the same place as OS X. thanks, r. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2009 Oct 30
3
Keeping iptables in sync across multiple machines
hi, Just wondering what people use / recommend to keep multiple machines in sync with their iptables policy. What I use at the moment: 1) Puppet, to setup and manage a fairly complex per service type ruleset that is then maintained on the remote machines by puppet ( in that it brings together all the various bits of iptables snippets based on what manifests and roles are deployed to a
2018 Jan 11
0
Deploy software in fileserver folder
Hello, I thought it worked, but after I uninstalled the software that I deployed via user scope, it did not reinstall. I selected the "Redeploy application" option, but it also did not work. I read that in the user scope there are 2 installation options: - Deployed to User, Assigned Software - Not installed until the default is opened in the Programs Folder in the Start Menu. - Deploy
2007 Apr 03
2
mongrel cluster restart with capistrano fails but manually works
Hi all, I am out of my head here... I have a 3 node cluster with 10 mongrels running on each. When I deploy, I break all the mongrels every time. I have tried just about everything. I can restart my mongrels without a hitch manually, it''s only when I use cap deploy. Maybe I am missing something here... so if I can get some help it would be appreciated. The errors are the typical mongrel
2019 Mar 26
2
Virt-Lightning: a cloud-like CLI for libvirt
Hi all, Tl;dr: Virt-Lightning uses libvirt, cloud-init and libguestfs to allow anyone to quickly start new VM. Very much like a container CLI interface, but locally. -> https://github.com/virt-lightning/virt-lightning To validate my Ansible roles, I was looking for a way to quickly start and stop my test environments. I was looking for an experience similar to what we have with the
2018 Jan 12
0
Deploy software in fileserver folder
Hello Denis, thanks for the answer!!! so for accessing a share on the file server, you'll need to add read rights > for "domain computers" group Is this read permission for the domain computer I need to configure in the deploy software GPO, sharing folder or both? psexec -i -s cmd > net use F: \\server\sharename > dir f: At first I was able to execute the
2006 Apr 30
4
Subversion and Capistrano
I have a project under Subversion, deployed by Capistrano. When it is deployed, obviously I need to deploy "real" copies of database.yml, deploy.rb, and maybe a couple of other files. But if I offer it for public checkout, I obviously do not want these files as part of the checked out code. What''s the best way to handle this? --Al Evans -- Posted via
2019 Mar 27
0
Re: Virt-Lightning: a cloud-like CLI for libvirt
On 3/26/19 11:27 PM, Gonéri Le Bouder wrote: > Hi all, > > Tl;dr: Virt-Lightning uses libvirt, cloud-init and libguestfs to allow > anyone to quickly start new VM. Very much like a container CLI interface, > but locally. > > -> https://github.com/virt-lightning/virt-lightning > > To validate my Ansible roles, I was looking for a way to quickly start > and stop
2019 Jul 18
0
messy replication
On 18/07/2019 12:55, Adam Weremczuk via samba wrote: > On 18/07/19 12:33, Rowland penny via samba wrote: > >> I would clone the DC you want keep, move the clone away from the >> domain (easiest way, unplug the ethernet) then remove the old dead DC >> from this and ensure it works. If you want to use Bind9 and don't >> have the 'dns-*' user, then run
2017 Aug 30
0
Unable to use Heketi setup to install Gluster for Kubernetes
Hi, I have the following setup in place: 1 node : RancherOS having Rancher application for Kubernetes setup 2 nodes : RancherOS having Rancher agent 1 node : CentOS 7 workstation having kubectl installed and folder cloned/downloaded from https://github.com/gluster/gluster-kubernetes using which i run Heketi setup (gk-deploy -g) I also have rancher-glusterfs-server container running with
2017 Aug 02
0
NUT not recognising Mini-box OpenUPS 2
On Aug 1, 2017, at 12:01 PM, Song Teck <songteck at gmail.com> wrote: > > Hi Charles, > > Ok, I missed the absence from the backports as well. Again, some unfamiliarity here, so > > 1) I presume I cannot use a metapackage meant for jessie or stretch on wheezy? Or if I can, is there a way to deploy it from console? The "nut" metapackage just depends on
2007 Apr 10
0
Multiple after_deploys in deploy.rb
Hi, I am using Capistrano to do a deploy to servers with different roles. I want call after_deploy in the following manner. task :after_deploy, :roles => [:rolea] do run "task a" end task :after_deploy, :roles => [:roleb] do run "task b" end The problem seems that the second after_deploy clobbers the first even though they are meant for different
2005 Jun 03
0
Re: Vote For CentOS :) -- standing on the shoulders of each other
On Fri, 2005-06-03 at 09:36, Simon Perreault wrote: > i'm not sure you've considered your position thoroughly. > I am, and I will say it again just for the shock value: > Red Hat is the main developer of CentOS. On Fri, 3 Jun 2005, Les Mikesell wrote: > I'd put it this way instead: Red Hat is responsible for any > difficulty in creating the CentOS distribution, while
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
I see at some point recipes were changed from project-associated to stage-associated, is there some explanation or examples of that use-case? Could I request we have both? In my current cap scripts, we don''t have any stage-specific recipes, but maybe I''m just not understanding this completely. On Tue, Apr 29, 2008 at 1:04 PM, Jonathan Weiss
2008 Feb 21
0
Capistrano and mongrel not deploying latest revision from SVN
Hello. I recently deployed my new rails application. Everything went fine, except for the fast that my mongrel cluster managed by Capistrano is only serving up the first revision. For instance, i one of my revisions I added a new action to my application. I checked it into svn, and ran cap deploy in my application''s root directory. I didn''t get any serious errors, except for
2007 Oct 28
2
cluster::restart doesn''t wait for stop before starting
Hi, I''m calling restart from my Capistrano task. I have this in my deploy.rb file: # until mongrel_cluster updates to cap2... namespace :deploy do task :start, :roles => :app do start_mongrel_cluster end task :stop, :roles => :app do stop_mongrel_cluster end task :restart, :roles => :app do restart_mongrel_cluster end end (What''s the scoop on