*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block |
|---|
htdocs/ ├── index.htm ├── kitty -> ~/development/my_cute_cat/public/ |
The Staging or Production Server
| Code Block |
|---|
/libweb/sites/featureserver.test.library.cornell.edu/cap
.
|-- backup
| `-- staging-snapshot-20131107171019.sql
|-- cache
|-- current -> /libweb/sites/featureserver.test.library.cornell.edu/cap/releases/20131107171019
|-- files
| |-- ctools
| `-- fserver
|-- log
|-- private_files
|-- releases
| |-- 20131107022256
| `-- 20131107171019
|-- settings.php
|-- shared
| |-- cached-copy
| |-- log
| |-- pids
| `-- system
|-- subsites
`-- tmp
|
Inside current
| Code Block |
|---|
current/
|-- Capfile
|-- README.txt
|-- REVISION
|-- config
| |-- deploy
| `-- deploy.rb
|-- log -> /libweb/sites/featureserver.test.library.cornell.edu/cap/shared/log
|-- public
| |-- CHANGELOG.txt
| |-- COPYRIGHT.txt
| |-- INSTALL.mysql.txt
| |-- INSTALL.pgsql.txt
| |-- INSTALL.txt
| |-- LICENSE.txt
| |-- MAINTAINERS.txt
| |-- UPGRADE.txt
| |-- cache -> /libweb/sites/featureserver.test.library.cornell.edu/cap/cache
| |-- cron.php
| |-- includes
| |-- index.php
| |-- install.php
| |-- misc
| |-- modules
| |-- profiles
| |-- robots.txt
| |-- scripts
| |-- sites
| |-- system -> /libweb/sites/featureserver.test.library.cornell.edu/cap/shared/system
| |-- themes
| |-- update.php
| `-- xmlrpc.php
`-- tmp
`-- pids -> /libweb/sites/featureserver.test.library.cornell.edu/cap/shared/pids
|
Inside current/public/sites
| Code Block |
|---|
current/public/sites/
|-- all
| |-- README.txt
| `-- modules
`-- default
|-- default.settings.php
|-- files -> /libweb/sites/featureserver.test.library.cornell.edu/cap/files
|-- settings.php -> /libweb/sites/featureserver.test.library.cornell.edu/cap/settings.php
`-- tmp -> /libweb/sites/featureserver.test.library.cornell.edu/cap/tmp
|