* Add README files to several directories in app/ giving a brief overview of some parts of Danbooru's architecture. * Add documentation for files in config/.
14 lines
367 B
Markdown
14 lines
367 B
Markdown
# Deploy
|
|
|
|
This directory contains configuration settings for deploying Danbooru to the production servers
|
|
using Capistrano. This is only used by production and shouldn't be edited by end users.
|
|
|
|
# See also
|
|
|
|
* [Capfile](../../Capfile)
|
|
* [config/deploy.rb](../deploy.rb)
|
|
* [lib/capistrano/tasks](../../lib/capistrano/tasks)
|
|
|
|
# External links
|
|
|
|
* https://capistranorb.com |