dsl-compiler-client icon indicating copy to clipboard operation
dsl-compiler-client copied to clipboard

How to use Generated Php

Open araneta opened this issue 8 years ago • 2 comments
trafficstars

I have run java -jar dsl-clc.jar target=php_client dsl=dsl and its generated Generated-PHP folder. Could you give me example how to use it? and i tried java -jar dsl-clc.jar target=php_ui dsl=dsl but i got this error : Can't create temporary target file. Compilation results can't be saved locally. Not a directory

araneta avatar Jan 04 '17 06:01 araneta

The second thing looks like a bug due to missing extensions :( If you add log to the commands you will see more info in the console

As for how to use PHP I know of https://github.com/ngs-doo/dsl-php-tutorial and although it's little out-dated... it should get people started.

@nutrija do we have any more up-to-date tutorial which uses local server installation?

zapov avatar Jan 06 '17 16:01 zapov

I've fixed the extension issue on the client... it will be available in next build.

@melezov do we have somewhere dead simple instructions on how to use PHP? Without any PHP framework, just consuming the model and connecting to Revenj?

zapov avatar Feb 08 '17 07:02 zapov