similar to: mutistage deployment question...

Displaying 20 results from an estimated 30000 matches similar to: "mutistage deployment question..."

2002 Jan 05
2
new feature w/ patch
I've attached a patch to OpenSSH 3.0.2p1 that will allow the client side of local port forwarding to be bound to a single address. For my purposes, binding to 127.0.0.1 or (via GatewayPorts) all addresses would not work. I overloaded the "-b local_host" option so that it's address will be used when "-L port:remote_host:remote_port" is also specified. Today is the first
2012 Sep 04
1
Enterprise puppet and VMware VM deployment
Does Enterprise Puppet use VSphere SDK API to deploy VMware VM? If not, what does it use? On 8/30/12, steeef <steeef@gmail.com> wrote: > I''m in the process of migrating data out of my standard Puppet repositories > > for modules and manifests, and I''m having second thoughts about my original > > design. I''d appreciate any feedback you can give me.
2009 Dec 31
1
Single Validation Error... best practices?
So a lot of Rails apps (mine included) have multiple validations on a single attribute. For example: on the password field, validating that it is (a) not blank, (b) matches the confirmation, (c) is at least X characters long, and (d) contains at least 1 alpha and at least 1 numeric character. The problem is: if that field is blank, the default errors shows all four. That''s a little
2016 Mar 31
2
rsync with overlay tree
> On 31 Mar 2016, at 16:22, Marian Marinov <mm at yuhu.biz> wrote: > > On 03/31/2016 07:40 AM, tomr wrote: >> I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files). >> >> So ideally I would have 4 directories: >>
2011 Jan 19
5
not able to check in all code into svn which creates problem in deployment
HI i have currently started to deploy code into our production environment from the the dev environment, we deploy code on to the production from the svn , ( i do a svn export ) , some times not code is checked into the svn and it does not throw me a error . is there a way i can verify or write a script to check each file that is in the SVN is same as that in the dev environment . --
2009 Feb 06
0
HTTPS and Deployment Basics
Hi all, Does anyone know of a good tutorial / walkthrough on how to setup a production server to use HTTPS? I''ve got a development server running Apache with Phusion Passenger, but don''t know how to make the leap to deployment... Thanks in advance for the suggestions! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2008 Sep 18
8
handling association changes? What's the best practice?
Hello all! I have a conundrum that I''m _sure_ someone else has already thought of and solved. How does one best handle the scenario of association object changes and data integrity? For example, if I have a standard ecommerce site that sells Products and people can have Orders and an Order has_many Products... then, what happens if Product #3 is part of Order #2 but at some point, the
2009 Mar 26
1
Turning off the layout in ActionMailer?
So I''m happy to see that ActionMailer supports layouts now (it may have for a while, but I just now realized it). But I don''t see a way to turn them off selectively or by multipart type. For example, if I have a layout that''s really simple in "layouts/ email.html.erb": <div style="border:1px solid gray"> <%= yield %> </div> I
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
A month ago I mentioned on this list work on a automated package deployment tool for Windows systems, which is server agnostic. At the time, I didn't have the time to put it up in a place for public consumption. I do now. The utility is named wpkg (punny isn't it?) It's nothing more than a simple .js (jscript) file which needs to be run on Windows, from a directory containing three
2006 Jan 25
0
Shovel Switchtower deployment
Hello, Iam trying to use Shovel deployment as explained here http://nubyonrails.com/pages/shovel. Iam currently using windows as my development environment and *nix to deploy the application. I have changed all the dispatch.* files to be executable. but when I run rake remote_exec ACTION=setup_lighty it asks for my password and installs lighttpd and other stuff, but fails on task update_code.
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
Hi, I try to deploy rails application to textdrive account. I use Geoffrey Grosenbach''s script http://nubyonrails.com/pages/shovel Unfortunatly I receive error message :-( Can you help me with this problem? I have no clue where exactly problem is :-( Please see log below ---- LOG ---- c:\Projekty\truck\trunk>rake --trace remote:exec ACTION=setup_lighty (in
2002 Jan 25
0
Improving Upgrade Success Rate for OpenSSH
While this may have some benefit, if you worried about busineses at all, you may get more benefit by working on the Solaris packaging scripts and HP depot scripts that I think I saw on a TODO list in the code. My rational is this: most businesses of any size at all don't compile ssh on every server that they deploy it to (and in fact rarely have compilers on a lot of them). Instead, we build
2008 May 05
2
Deploying to a staging server using Capistrano: how to start up BackgrounDRb?
Hi. I am using BackgrounDRb to process thumbnails and upload to S3 - things are hunky-dory in development (thumbs are generated, these are uploaded to S3, the metadata is saved to trhe DB, and I get a nice status page updated by periodic calls via ask_status), but when I tried to deploy to our staging server and stop/start BackgrounDRb via Capistrano, things blew up - well, not exactly,
2009 Oct 23
2
Deployment syntax error: fine in dev - what's happening?
I''m deploying an app (using Capistrano) to a staging server prior to final deployment. The app runs fine in dev, but in staging it throws a syntax error. How can that be? The error is: /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': /Library/WebServer/staging.givetothem.co.uk/releases/20091023133654/app/controllers/bulkimport_controller.rb:32:
2012 Jan 04
0
how to avoid pre-compile on deployment ..
I commented the following code in my deploy.rb , to avoid pre- compiling upon deployment .. # namespace :assets do # desc "Compile assets" # task :precompile, :roles => :app do # run "cd #{release_path} && rake RAILS_ENV=#{rails_env} assets:precompile" # end # end but it seems to have no effect .... cap deploy log show precompiling again... .....
2006 Feb 08
0
SwitchTower deployment hangs after HTTP Auth
I moved my Dreamhost respository to the web accessible one yesterday and tried to deploy to the production server after updating the relevant config parameters in deploy.rb. However, the deploy process just hangs after suppying auth credentials. I''ve attached the output below: loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.10.0 /lib/swit chtower/recipes/standard.rb
2006 Mar 10
2
RoR Deployment on Shared Hosting
Hey all - Well, I''ve gone through all of the tutorials I can get my hands on, and I''ve developed what is basically a (very) simple front-end to a database that I maintain online. My big problem now is deployment. Almost everything that I''ve found on the web regarding deployment (and this includes the instructions for Switchtower/Ccapistrano) assumes that I have
2013 May 15
1
staging deploy connected to production database
I''m not sure why but I have both a staging and production deploy using the ''capistrano/ext/multistage'' gem. I set staging to the default: set :stages, ["staging", "production"] set :default_stage, "staging" It deploys correctly to the right path: #deploy/staging.rb set :deploy_to, "/home/myuser/public_html/mysite/" But it
2009 Mar 20
1
Getting a Time Zone abbreviation from the full name?
There''s got to be an easier way... I am building an event manager and as part of it, the user selects the time zone of the event from a drop-down list using the time_zone_select helper. This is stored in the events table as a string. Because of legacy data which is stored in UTC, I want to keep the dates and times in the table as UTC but when I display it, I want to show the abbreviated
2014 May 02
0
staging server unexpectedly started installing gems during staging deploy
I have a production server and a staging server and a production git branch and a staging git branch for the same repository on github. The production git branch and staging git branch are identical. I got my staging server running and during the second deploy, something unexpected started happening: ... ** [out :: xxx.xx.xx.xxx] Installing multi_json (1.5.0) ** [out :: xxx.xx.xx.xxx] **