Tagged Questions
The vlad tag has no wiki summary.
4
votes
4answers
1k views
git archive vs cp -R
If I have a clone of a git repository as a cached copy on a remote server for capistrano/vlad style deployment, is it better to do
A) git archive --format=tar origin/master | (cd #{destination} ...
2
votes
1answer
441 views
Rails 3 and vlad the deployer
i couldn't find anywhere if vlad it's compatible with Rails 3, but i tried to deploy a new rails 3 app that we're developing and always returns the same error:
Error loading vlad: no such file to ...
2
votes
1answer
591 views
Vlad the Deployer - Usage Patterns?
I'm starting to use vlad for new deployments and am wondering what's the best way to set it up so I can use the same tasks for my local development and remote production servers?
I thought about ...
1
vote
3answers
218 views
vlad the deployer - deploying with different users?
We're using vlad the deployer for deploying rails apps to production and test servers. All our servers are Ubuntu servers.
We have a problem related with linux permissions.
Vlad uses ssh to put ...
1
vote
2answers
272 views
vlad the deployer vlad:start_app with passenger issue
I'm trying to deploy a rails app using vlad the deployer.
I'm using nginx and passenger.
I have an issue with the vlad:start_app task.
When I deploy I get the following issue
touch: cannot touch ...
1
vote
3answers
615 views
Ruby on rails deployment with Vlad on windows
I am having a problem with Vlad on windows. After calling rake vlad:deploy I am getting the following:
uninitialized constant Fcntl::F_SETFD
After googling for a while I figured out that there is ...
0
votes
1answer
63 views
accessing files stored on server from Sinatra app
I have a rackspace cloud server that I am hosting a Sinatra app on. I have a public directory in my app where I store my current styles, scripts, etc. I have additional files though that i dont want ...
0
votes
0answers
114 views
multi-environment deployment with Vlad and nginx
I'd like to be able to deploy staging and production environments with Vlad the Deployer. I've created a separate task for each environment, since each environment is prepared differently. Now I am ...
0
votes
2answers
356 views
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:
...
0
votes
1answer
220 views
vlad the deployer: why do I need a scm folder?
I'm learning to use vlad the deployer and I've got a question.
Since I'm still learning I don't know what is pertinent to the question and what isn't, so please bear with me if I'm a little verbose.
...