search for: detar

Displaying 8 results from an estimated 8 matches for "detar".

Did you mean: dear
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 Feb 25
1
a switchtower recipe to copy rather than checkout
...es 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_path} -x -z -f code_update.tar.gz && rm -rf code_update.tar.gz && rm -rf #{release_path}/log #{release_path}/public/system && ln -nfs #{shar...
2006 Aug 06
1
Deploying from local machine to remote host using capistrano?
Hi, I would like to deploy a RoR application from my local machine to a remote host. Looks like the capistrano assumes that you are using an internet accessible host for the SVN repository and doesn''t checkout files using file:///! Did I miss some configuration? How do other people handle their application deployment from your local machine? Thanks for your feedback. Regards, Hari
2011 May 19
2
Anyone successfully install Rgraphviz on windows with R 2.13?
I have been trying to get Rgraphviz to work (I know it is from Bioconductor) unsuccessfully. Since I have no experience with Bioconductor I thought I would ask here if anyone has advice. I have installed Graphviz 2.20.3 as is recommended on the Bioconductor site but basically R cannot seem to find the needed dll files. So, even though I have added the appropriate directories to the system path R
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:
2004 Nov 18
5
Building Packages on Windows using .Rbuildignore (PR#7379)
On Thu, 18 Nov 2004 00:38:47 +0000 (UTC), Gabor Grothendieck <ggrothendieck@myway.com> wrote : >DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT > >The reason that the processing is different according to whether one >uses .Rbuildignore or not is that > R CMD build >takes the .Rbuildignore file into account but > R CMD install > R CMD check > R CMD build
2009 Jul 09
2
How to Populate List
...t neen following this thread but: >>> >>> 1. if RGoogleDocs_0.2-2.tar.gz is a source distribution (as >>> opposed to built source) then the first line renames it so >>> that its not the same name as the built file about to be created. >>> The second line detars it into the RGoogleDocs directory.  The third >>> builds >>> the built source file, RGoogleDocs_0.2-2.tar.gz.  The fourth >>> installs the built source file into R.  I've assumed Windows. >>> If you are on Linux replace rename with mv. >>> >>&...
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