This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
capistrano
Watch
1
Star
0
Fork
You've already forked capistrano
0
mirror of
https://github.com/capistrano/capistrano
synced
2023-03-27 23:21:18 -04:00
Code
Releases
Activity
447e4ce950
capistrano
/
bin
/
cap
4 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
installation - running cap install capifies app
2013-02-01 14:41:51 +00:00
#!/usr/bin/env ruby
Move requires to `capistrano/all` This removes the need to set `require: false` in your Gemfile. Should prevent the issues described in #582 reoccurring. (also https://github.com/capistrano/rails/pull/15)
2013-09-13 09:32:27 +01:00
require 'capistrano/all'
installation - running cap install capifies app
2013-02-01 14:41:51 +00:00
Capistrano::Application.new.run
Copy permalink