Skip to content

Instantly share code, notes, and snippets.

@alistairstead
Created September 25, 2012 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alistairstead/3782231 to your computer and use it in GitHub Desktop.
Save alistairstead/3782231 to your computer and use it in GitHub Desktop.
magentify with silverstripe config
set :application, "set your application name here"
set :domain, "#{application}.com"
set :deploy_to, "/Users/ali/magento"
set :use_sudo, false
set :scm, :none
# Or: `accurev`, `bzr`, `cvs`, `darcs`, `subversion`, `mercurial`, `perforce`, `subversion` or `none`
role :web, "localhost" # Your HTTP server, Apache/etc
set :keep_releases, 3
set :app_symlinks, ["shop/media", "shop/var", "shop/sitemaps", "assets"]
set :app_shared_dirs, ["/shop/app/etc", "/sitemaps", "/shop/media", "/shop/var", "/assets"]
set :app_shared_files, ["/shop/app/etc/local.xml", "/_ss_environment.php"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment