Capistrano Development Directory
. ├── .git ├── .gitignore ├── Capfile ├── README.txt ├── backup ├── cache ├── config ├── private_files └── public |
Inside the config directory
config ├── deploy │ ├── production.rb │ └── staging.rb └── deploy.rb |
Inside the public directory
public ├── CHANGELOG.txt ├── COPYRIGHT.txt ├── INSTALL.mysql.txt ├── INSTALL.pgsql.txt ├── INSTALL.txt ├── LICENSE.txt ├── MAINTAINERS.txt ├── UPGRADE.txt ├── cron.php ├── includes ├── index.php ├── install.php ├── misc ├── modules ├── profiles ├── robots.txt ├── scripts ├── sites ├── themes ├── update.php └── xmlrpc.php |