Skip to content

Instantly share code, notes, and snippets.

@JasPanesar
Created January 3, 2014 21:29
Show Gist options
  • Save JasPanesar/8246942 to your computer and use it in GitHub Desktop.
Save JasPanesar/8246942 to your computer and use it in GitHub Desktop.
cfstart.sh - simple example script to start ColdFusion 9 from the command line. This has been written for OSX but you should be able to adapt it to yours. If you change the 9 to 10 for CF 10 and it should work. Also, you may need to run chmod +x cfstart.sh to make it executable. I normally store this in my home directory ~/
/Applications/ColdFusion9/bin/coldfusion start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment