How capistrano works
- Basics
- capistrano is a task runner for web just like gulp
- recipe is a script for a particular task
- Common tasks - downloading code, maintaining version, updating symlinks
- Servers - name the servers and assign roles
- When you specify a server or role on command line, while running the recipes, they are run only on that particular server
- Purpose - To be able to run scripts/tasks on remote servers without logging in
- Common Error - Running cap tasks directly on the remote server rather from the gateway server
- Capfile
- Commands
bundle exec cap -T
- Lists all available tasks
-
Categories
-
Database
-
Programming
-
Workflow
-
Devops
-
Architecture
-
Ui
-
Frameworks
-
Blogging