Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Capistrano Development Directory

Code Block
.~/development/my_cute_cat
├── .git
├── .gitignore
├── Capfile
├── README.txt
├── backup
├── cache
├── config
├── private_files
└── public

...

Code Block
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

Code Block

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