Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
0e686aca95038da2dcca0fc75945065fb59f17cf
discourse/Capfile.sample

8 lines
292 B
Plaintext
Raw Normal View History

Link to helpful article on Capistrano deployment @SamSaffron mentioned in #809 he wouldn't mind me linking to a helpful article on Capistrano deployment in those sample files. My totally unbiased opinion is that the one I've committed here is the best one. :wink: Signed-off-by: David Celis <me@davidcel.is>
2013-05-03 09:43:29 -07:00
# For help deploying via Capistrano, see this thread:
# http://meta.discourse.org/t/deploy-discourse-to-an-ubuntu-vps-using-capistrano/6353
Add sample Capistrano deployment files Add the following sample Capistrano configuration files to ease deployment to a VPS using Capistrano: * `config/deploy.rb.sample` * `config/thin.yml.sample` * `Capfile.sample` The sample Capfile will additionally load any recipes provided by Discourse plugins. Signed-off-by: David Celis <me@davidcel.is>
2013-05-02 19:53:37 -07:00
load 'deploy' if respond_to?(:namespace)
load 'deploy/assets'
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 46ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API