Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cookbook/copy-deps-locally-strategy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: cookbook
title: Deployment → production (with deps via local copy)
---

NOTE: This script assumes that you have a directory called /opt/local/share/curl containing a certificate file. It seemes as this script assumes an OSX environment with CURL installed via MacPorts. It won't run on many other systems like Arch Linux.

This third strategy involves deployment to a production server with dependencies
right from your deployment machine via a local copy.

Expand Down