You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Capistrano Development Directory

~/development/my_cute_cat
├── .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

The Development Server

htdocs/
├── index.htm
├── kitty -> ~/development/my_cute_cat/public/
  • No labels