Skip to content

Commit

Permalink
Link to deployment page from the index deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Nov 11, 2010
1 parent 2fe06b3 commit aa51016
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/pages/index.haml
Expand Up @@ -174,28 +174,15 @@
.contents
.bullet
.description
On your deployment box, install the required gems for your application into your
application's directory
On your deployment box, install your app's dependencies to an isolated directory
:highlight_plain
$ bundle install --deployment
.notes
The <code>--deployment</code> flag turns on defaults that
are appropriate for a deployment environment. For instance,
gems are installed to <code>vendor/bundle</code> by default
and your <code>Gemfile.lock</code> must be up to date.

.bullet
.description
Alternatively, use the built-in Capistrano recipe to quickly and easily
deploy your application. If you do, you no longer need to run bundle install
yourself, as Capistrano now does it for you automatically
:highlight_ruby
require "bundler/capistrano"
.notes
This recipe will symlink your <code>vendor/bundle</code> to
<code>shared/vendor_bundle</code>, speeding up deployments
by sharing downloaded gems across deployments, but not
between applications.
= link("Learn More: deploying", "./deploying.html")

%h2#digging-further
Digging Further
Expand Down

0 comments on commit aa51016

Please sign in to comment.