foundeo / ubuntu-nginx-lucee

Script for standing up a Lucee server using nginx and Tomcat on Ubuntu
Apache License 2.0
86 stars 47 forks source link

Create updatelucee.sh #9

Closed mvanleest closed 7 years ago

mvanleest commented 8 years ago

Added updatelucee.sh for updating lucee to a new version. If for some reason the update didn't work, you can set the current version to the previous working version of lucee by by using the ln command:

sudo ln -s /opt/lucee/workingversion /opt/lucee/current

Change workingversion to whatever version number that was working before the update.

pfreitag commented 8 years ago

I don't think it would need to install the mod_cfml valve again, but otherwise I think it looks good. Was there a reason for the mod_cfml code?