*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
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/
|