Skip to content

Commit

Permalink
Add link to copy local cookbook entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
la5942 committed Jun 10, 2013
1 parent 112c141 commit 0351323
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.markdown
Expand Up @@ -89,7 +89,8 @@ have access to the git repository (remote or not), and be able to pull from it.
As vendors are still installed on the production server it is worth noting that
if any of your vendors are remote private repositories you will need pull access
for any of these repositories on your production server otherwise install via composer
or `bin/vendors` will fail.
or `bin/vendors` will fail. You will need to use the following cookbook entry if you want
to install vendors locally before deploy - [Install vendors locally before deploy](cookbook/copy-deps-locally-strategy.html).

The deployment server **must** also have ssh access to the production server:

Expand Down Expand Up @@ -305,6 +306,8 @@ extension](cookbook/using-the-multistage-extension.html)

[How to keep Symfony2 sessions after deploy](cookbook/how-to-keep-sessions-after-deploy.html)

[Install vendors locally before deploy](cookbook/copy-deps-locally-strategy.html)

<hr />

## Known Issues
Expand Down

0 comments on commit 0351323

Please sign in to comment.