Capifying an application means that Capfile and deploy.rb files are created.
The Capistrano tasks can be written to the Capfile of an application.
- On the main menu, point to .
- On the submenu, choose .
Capfile is automatically created ib the project root directory, and
deploy.rb file is created under the config directory.
Both files are created with some initial contents.
See Also
External Links:
Web Resources: