Giter VIP home page Giter VIP logo

cap-recipes's People

Contributors

grosser avatar lidaobing avatar nesquena avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cap-recipes's Issues

Use multistage in rails recipes

Hi Nathan,
thx for these very handy recipes.
I use capistrano-ext [https://github.com/jamis/capistrano-ext] to manage my stage environments.

I had to monkey patch one of the rail recipes to handle this case.

namespace :rails do
  desc "Displays the stage (production, staging or whatever) log from the server locally"
  task :tail, :roles => :app do
    stream "tail -f #{shared_path}/log/#{stage || "production"}.log"
  end
end

Now the task serve me the right log file depending on my configuration.
I thought it could be a good feature for this gem.

If you think so too, I can request a pull from you to implement this (in others tasks too...).

Resque receipt?

It will be very nice to have receipt to run Resque workers via Capistrano.

Juggernaut Recipe

Hi there!
I'm trying to use the Juggernaut Recipe but every time that I deploy the capistrano gets stuck with the juggernaut session. I think that should start juggernaut's session in background but this is not happening.

The log says that all the commands were executed and so get stucks on line like this :

25 Jun 21:29:36 - socket.io ready - accepting connections

Any thoughs ?!

Thanks for the attention.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.