CFCommunity / ramen

Integrated Installer for ColdFusion Servers
25 stars 10 forks source link

Added a generic standard installer for installing directly from a GitHub branch #18

Closed bcswartz closed 12 years ago

bcswartz commented 12 years ago

I noticed how your custom installer for Taffy BER corrected for the funky zip file name and intermediate folder GitHub uses when it generates a zip file from a branch, and I thought it ought to be possible to make a modified copy of the standard_installer file that would allow for scriptless installs from GitHub branches.

If you want to try it out first, I put a copy of the file up at:

https://github.com/downloads/bcswartz/ramen/standard_github_installer.cfm

...so you can modify your current local "index.json" file to use that as the "install" location.

atuttle commented 12 years ago

Sounds good, thanks for the effort!