Created
January 3, 2014 21:29
-
-
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 ~/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/ColdFusion9/bin/coldfusion start | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment