search for: code_upd

Displaying 5 results from an estimated 5 matches for "code_upd".

Did you mean: code_ep
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 Jul 10
1
Capistrano on Windows - Send Binary File
...eenie''s recipe ( http://rails.techno-weenie.net/tip/2006/4/3/integrating_file_column_and_capistrano ) for using Capistrano to deploy to a remote machine when the SVN repository isn''t accessible over the Internet. I keep running into a problem, though, with put(File.read("code_update.tar.gz"), "code_update.tar.gz") When Cap tries to untar the file, I get the following error message: gzip: stdin: invalid compressed data--format violated What I think is going on here is that on Windows, there is a distinction between binary files and all others. So, File.rea...
2006 Feb 25
1
a switchtower recipe to copy rather than checkout
...also just be your local development folder system("svn export -q #{configuration.repository} #{temp_dest}") #puts "...tar the folder" # you could exclude files here that you don''t want on your production server system("tar -C #{temp_dest} -c -z -f code_update.tar.gz .") #puts "...Sending tar file to remote server" put(File.read("code_update.tar.gz"), "code_update.tar.gz") #puts "...detar code on server" run <<-CMD mkdir -p #{release_path} && tar -C #{release_...
2006 Feb 19
8
SwitchTower to skip config/ directory
Hello, I am trying to figure out how to use switch tower.I have a local copy of source code and I want to put it on the host.Now I dont want to put directories like config/ because the settings on the host and the one on my machine are different. Any way to do this? Also is svn necessary to use SwitchTower? Vivek -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 07
17
[UNDER CONSTRUCTION] YAC? (Yet Another Capistrano)
My needs are far more modest than Capistrano''s capabilities. Also, when working in a shared hosting environment, the Capistrano model can be outside the capabilities allowed by the Web host. I simply need to push selected directories (on a changed-file basis) out to a server. I have about 80% of the code written to do this (I''m considering YAC for the name, with a nod to