No commit activity in last 3 years
No release in over 3 years
This gem overrides capistranos link tasks and replaces them by using relative paths. This could be usefull if you are in a shared hosting environment.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

capistrano-deploy-relative

This gem overrides capistranos link tasks and replaces them by using relative paths. This could be usefull if you are in a shared hosting environment.

Installation

First make sure you install the capistrano-deploy-relative by adding it to your Gemfile:

gem "capistrano-deploy-relative"

Add to Capfile (after 'capistrano/deploy'):

require 'capistrano/deploy/relative'

License

The MIT License (MIT)

Changelog

0.1.0

  • Initial release