silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

Add --symlink option to install #5

Closed sminnee closed 7 years ago

sminnee commented 11 years ago

For example:

sspak install my.sspak /sites/mysite/releases/123 --symlink=/sites/mysite/www

This would install to /sites/mysite/releases/123, run the post-installation script, and then create /sites/mysite/www as a symlink pointing to /sites/mysite/releases/123.

DarrenInwood commented 9 years ago

+1 for this.

dhensby commented 9 years ago

Sounds like a good idea :)

silverstripesk commented 7 years ago

I don't like the idea of making sspak a deployment tool. Keep sspak as simple as possible, we can implement it easily to deployment strategy which suits our (custom) needs.

sminnee commented 7 years ago

Yeah it made more sense a few years ago; closing this.

silverstripesk commented 7 years ago

This is similar to #7. This should be closed too.