Displaying 7 results from an estimated 7 matches for "no_release".
Did you mean:
mo_release
2007 Oct 12
1
capistrano 2 error with DB server
Hi all
I am trying to set up capistrano and it is failing when it tries to
call an svn command on the db server, where svn is not installed.
Here is the error message.
============================================================================
============================================================================
[192.168.1.22] executing command
[myserver.com] executing command
**
2013 Nov 29
4
Capistarno deploy each time ckeditor assets removed.
...ink to shared/ckeditor_assets folder.
I have followed this step :
namespace :uploads do
>
> desc <<-EOD
> Creates the upload folders unless they exist
> and sets the proper upload permissions.
> EOD
> task :setup, :except => { :no_release => true } do
> dirs = uploads_dirs.map { |d| File.join(shared_path, d) }
> run "#{try_sudo} mkdir -p #{dirs.join('' '')} && #{try_sudo} chmod
> g+w #{dirs.join('' '')}"
> end
>
> desc <<-E...
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
...9;'deploy:update_code'' do
run "cd #{release_path}; RAILS_ENV=production rake assets:precompile"
end
# If you are using Passenger mod_rails uncomment this:
namespace :deploy do
task :start do ; end
task :stop do ; end
task :restart, :roles => :app, :except => { :no_release => true } do
run "#{try_sudo} touch #{File.join(current_path,''tmp'',''restart.txt'')}"
end
end
Then, after cap deploy:setup and cap deploy:cold, Capistrano makes "bundle
install" and this command never ends!
My server is a fresh Ubuntu 1...
2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
...you are using Passenger mod_rails uncomment this:
# if you''re still using the script/reapear helper you will need
# these http://github.com/rails/irs_process_scripts
namespace :deploy do
task :start do ; end
task :stop do ; end
task :restart, :roles => :app, :except => { :no_release => true } do
run "#{try_sudo} touch #{File.join(current_path,''tmp'',''restart.txt'')}"
end
end
So far i used my local repository and depoyed the application via a copy and not with a checkout from the repository.
Maybe someone had the same p...
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys.
I am starting out with puppet and am in the process of writing a
bootstrap script for the clients and a capistrano recipe for the
server. I have the client bootstrap done which installs ruby, puppet,
sets a host name, and then points the client at the puppet server and
now I am in the process of setting up the puppet server.
My first attempt was to set up a git project for puppet, an
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
...9;'deploy:update_code'' do
run "cd #{release_path}; RAILS_ENV=production rake assets:precompile"
end
# If you are using Passenger mod_rails uncomment this:
namespace :deploy do
task :start do ; end
task :stop do ; end
task :restart, :roles => :app, :except => { :no_release => true } do
run "#{try_sudo} touch #{File.join(current_path,''tmp'',''restart.txt'')}"
end
end
Curiously /opt/nginx/logs/error.log doesn''t report anything.
I am fighting with this problem during many days without any solution. I''m...
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together
because many people say it''s a good combination to use. I already have
apache setup (was using it with the PHP version of my site formerly).
I''ve installed all gems and dependencies that I need on my slice (using
slicehost).
I have a fully pushed git repository (master) on github (private git)
with one