Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7187377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:49:53+00:00 2026-05-28T18:49:53+00:00

this is my deploy.rb set :application, uda set :domain, gureak-akademi.grupogureak.com set :deploy_to, /var/www/html/ set

  • 0

this is my deploy.rb

set :application, "uda"
set :domain,      "gureak-akademi.grupogureak.com"
set :deploy_to,   "/var/www/html/"
set :app_path,    "app"

set :user,        "root"
set :use_sudo,    false
#default_run_options[:pty] = true
ssh_options[:port] = 22
set :php_bin, "/usr/bin/php"

set :scm,         :git
set  :repository,  "ssh://root@10.0.0.59/~/repos/uda.git"

set  :deploy_via,             :remote_cache

# Or: `accurev`, `bzr`, `cvs`, `darcs`, `subversion`, `mercurial`, `perforce`, `subversion` or `none`

set :branch,      "master"

# Or: `propel`
role :web,        domain                         # Your HTTP server, Apache/etc
role :app,        domain                         # This may be the same as your `Web` server
role :db,         domain, :primary => true       # This is where Rails migrations will run

set :update_vendors, false
set :dump_assetic_assets, true
set  :keep_releases,  5

# 
 ssh_options[:forward_agent] = true
# set :model_manager, "doctrine"

set :shared_files,      ["app/config/parameters.ini"]
set :shared_children,     [app_path + "/logs", web_path + "/uploads", "vendor"]

and I´m getting this error:

* executing "find /var/www/html/releases/20120127122827/web/css /var/www/html/releases/20120127122827/web/images /var/www/html/releases/20120127122827/web/js -exec touch -t 201201271228.29 {} ';'; true"
    servers: ["gureak-akademi.grupogureak.com"]
    [gureak-akademi.grupogureak.com] executing command
*** [err :: gureak-akademi.grupogureak.com] find:
*** [err :: gureak-akademi.grupogureak.com] «/var/www/html/releases/20120127122827/web/css»
*** [err :: gureak-akademi.grupogureak.com] : No existe el fichero o el directorio
*** [err :: gureak-akademi.grupogureak.com] 
*** [err :: gureak-akademi.grupogureak.com] find:
*** [err :: gureak-akademi.grupogureak.com] «/var/www/html/releases/20120127122827/web/images»
*** [err :: gureak-akademi.grupogureak.com] : No existe el fichero o el directorio
*** [err :: gureak-akademi.grupogureak.com] 
*** [err :: gureak-akademi.grupogureak.com] find:
*** [err :: gureak-akademi.grupogureak.com] «/var/www/html/releases/20120127122827/web/js»
*** [err :: gureak-akademi.grupogureak.com] : No existe el fichero o el directorio
*** [err :: gureak-akademi.grupogureak.com] 
    command finished in 75ms
    triggering after callbacks for `deploy:finalize_update'
  * executing `symfony:assets:install'
  * executing "cd /var/www/html/releases/20120127122827 && /usr/bin/php app/console assets:install web --env=prod"
    servers: ["gureak-akademi.grupogureak.com"]
    [gureak-akademi.grupogureak.com] executing command
 ** [out :: gureak-akademi.grupogureak.com] Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] [ErrorException]
 ** [out :: gureak-akademi.grupogureak.com] Warning: copy(web/bundles/framework/css/exception.css): failed to open stream: No such file or directory in /var/www/html/shared/vendor/symfony/src/Symfony/Component/HttpKernel/Util/Filesystem.php line 43
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] assets:install [--symlink] target
 ** [out :: gureak-akademi.grupogureak.com] 
 ** [out :: gureak-akademi.grupogureak.com] 
    command finished in 1797ms
*** [deploy:update_code] rolling back
  * executing "rm -rf /var/www/html/releases/20120127122827; true"
    servers: ["gureak-akademi.grupogureak.com"]
    [gureak-akademi.grupogureak.com] executing command
    command finished in 67ms
failed: "sh -c 'cd /var/www/html/releases/20120127122827 && /usr/bin/php app/console assets:install web --env=prod'" on gureak-akademi.grupogureak.com

/Users/gitek/www/uda

Any help??????

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T18:49:54+00:00Added an answer on May 28, 2026 at 6:49 pm

    in your workstation perform php app/console assets:install web without –symlink option to copy all the assets. Commit and push changes and try again with cap deploy.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this deploy.rb file: set :application, UDA set :domain, 10.0.0.59 set :deploy_to, /home/gitek/www/uda/
Take a look at this example: http://www.extjs.com/deploy/dev/examples/multiselect/multiselect-demo.html On it, there are components rendered against
With this configuration cap deploy always hangs: set :application, myapp set :scm, :git set
Hello I get this error when I do cap deploy:cold. * executing cd /var/www/myapp.no/releases/20100905130830;
I have weblogic where I can deploy this java application and database where I
I Need to deploy a web application on Stratos server. I went through this
This is my first time trying to set up capistrano to deploy a rails
I'm new to deploying with Capistrano, and I'm trying the following: deploy.rb: set :application,
Currently trying to set up and deploy a Sencha Touch 2 application. I'm following
This is not a ruby/rails project deploy. I have the following situation and I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.