Coldfusion compiler for command box
- run the following command in the box environment.
- install git://github.com/lramirez925/cfCompiler.git
- Start your coldfusion server to make sure the server files have been downloaded and installed in the correct locations.
- Run:
- cfcompile compile ./app ./app_compiled
- this will compile the app folder into a app_compiled folder.
- If you have multiple servers running you can pass a server name as a final parameter and it will use that server instance.