Questions tagged [vlad-deployer]

Vlad the Deployer is a web application deployment tool for Ruby. Use this tag for questions on using and configuring Vlad the Deployer.

Vlad the Deployer is a tool for automating the deployment of Ruby web applications.

Please do not use this tag for questions on the Vector of Locally Aggregated Descriptors (VLAD, ) or the Drupal development platform named Vlad.

Related Tags:

  • for questions on Ruby itself
  • a related tool for deployment of Ruby apps

Further information:

19 questions
0
votes
2 answers

Vlad the deployer on Dreamhost - initial script

I'm trying to deploy an app with SVN and Vlad the deployer. Vlad and its dependencies are installed and seem OK. I'm trying the following: rake prod vlad:update Being my config/deploy.rb file: task :prod do set :application, "xxx" set…
xmar
  • 1,729
  • 20
  • 48
0
votes
0 answers

Rake Rails Vlad

I'm getting an error when I run "rake vlad:setup" The errror is Missing the Rails 2.1.0 gem. Please 'gem install -v=2.1.0 rails', update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or…
Greg
  • 430
  • 1
  • 5
  • 17
0
votes
1 answer

Bundler not installing gems properly during deploy (RVM issue I think)

I've got an app running on a box, and I'm trying to add another to the box. They both use RVM. The problem is that my deploy process fails for the new app I've added to the box. When deploying, I call RVM info to see what ruby I'm using. Here's…
kareem
  • 690
  • 1
  • 9
  • 20
0
votes
1 answer

vlad tasks: after update, before symlink

We're using vlad the deployer to deploy our rails app. Currently, we have some tasks that run after the vlad:update task. These tasks take a few minutes. During those few minutes, the site is broken. I'd like to run those tasks in the middle of…
Bryan Larsen
  • 9,468
  • 8
  • 56
  • 46
1
2