[Laszlo-user] laszlo app behind a symlink
James Robey
jrobey at laszlosystems.com
Mon Jun 11 14:49:25 PDT 2007
On Jun 11, 2007, at 5:32 PM, P T Withington wrote:
> Another approach is to use lzc as a command-line compiler and set
> up a build system for yourself that automatically installs the
> output into the right place in an Apache server so you will be
> testing in something closer to your deployment environment. I know
> there are people doing that, but there is little documentation on
> how to do that.
Just to pitch in.. you'll find a binary called 'lzc' in your laszlo
installation directory under 'bin'. To use it simply say:
$ /path/to/bin/lzc /path/to/your/something.lzx
and it will generate a .swf in your current directory. Actually, it
will generate a .lzx.swf and a .swf, use the .swf. After that make a
script to cp the .swf into the right directory being served by apache
and run it each time you want to compile the app. done!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-user/attachments/20070611/8e8a7cf4/attachment-0001.html
More information about the Laszlo-user
mailing list