Skip to content

Instantly share code, notes, and snippets.

@linkarys
Created April 19, 2013 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linkarys/5418542 to your computer and use it in GitHub Desktop.
Save linkarys/5418542 to your computer and use it in GitHub Desktop.
coldfusion: directives
restart: {
cfusion8: sudo /etc/init.d/cfmx8-cfusion start
cfusion10:{
win: coldfusion.exe restart -console
linux: sudo /opt/coldfusion10/cfusion/bin/coldfusion restart
}
}
install: {
tar.bz2: tar -jxvf FileName.tar.bz2
tar.gz: tar -zxvf FileName.tat.gz
cd FileName
./configure
make
make install
rpm: {
rpm -ivh FileName.rpm
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment