https://github.com/creative-workflow/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.
https://github.com/creative-workflow/capistrano-deploy-relative
Last synced: about 18 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/creative-workflow/capistrano-deploy-relative
- Owner: creative-workflow
- License: mit
- Created: 2017-08-18T18:16:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T18:28:35.000Z (almost 9 years ago)
- Last Synced: 2025-12-03T21:34:29.476Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this 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