Skip to content

Instantly share code, notes, and snippets.

@LoicMahieu
Created July 8, 2014 15:10
Show Gist options
  • Select an option

  • Save LoicMahieu/9e814cb343beda524fe9 to your computer and use it in GitHub Desktop.

Select an option

Save LoicMahieu/9e814cb343beda524fe9 to your computer and use it in GitHub Desktop.
install cf9
## /etc/init.d/coldfusion
curl https://gist.githubusercontent.com/LoicMahieu/21a7f63f0c3480610dc5/raw/ea99bb325bf221a03afb605ccc3884642279bc3f/coldfusion > /etc/init.d/coldfusion
chmod +x /etc/init.d/coldfusion
## CF9
## /etc/monit/monitrc
curl https://gist.githubusercontent.com/LoicMahieu/9894781/raw/98039f79836b314a6fb47d14b36a5b3241017b72/gistfile1.txt > /etc/monit/monitrc
curl https://gist.githubusercontent.com/LoicMahieu/9894781/raw/041b5b0bc914db69f08c448b6265a95ea6d00227/cf9 > /etc/monit/conf.d/coldfusion
chmod 700 /etc/monit/monitrc
chmod 700 /etc/monit/conf.d/coldfusion
service monit restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment