-
Notifications
You must be signed in to change notification settings - Fork 43
Run Ananas Desktop from source
Bo HOU edited this page Jul 28, 2019
·
2 revisions
If you only need to execute job locally, put any value to filesToStage system property.
gradle :runner:run -DfilesToStage=mock.jar
If you want to execute job on Dataflow.
- build command line jar
./build-cli.sh [JDK 8 HOME]
- run runner with the created jar file as filesToStage system property
gradle :runner:run -DfilesToStage=[./cli/[created jar file]]
First install ui dependencies
cd ui
yarn install
gradle :ui:run
Package renderer
yarn webpack
Package main
yarn webpack-main
Run the application
webpack start