forked from finos/vuu
-
Notifications
You must be signed in to change notification settings - Fork 0
Running in windows
Joe Dunleavy edited this page Feb 2, 2023
·
5 revisions
- install vs code
- install intelliJ community edition
- clone the scott logic fork of finos-vuu
git clone https://github.com/ScottLogic/finos-vuu.git
- clone steves js viewserver
git clone https://github.com/heswell/viewserver.js.git
- install node
- install yarn
- open viewserver repo
- run
yarn
- run
yarn build
- run
yarn viewserver
- open finos-vuu/vuu-ui
- ensure either viewserver.js or scala backend is running
- run
yarn
- run
yarn build
- run
yarn showcase
- install scala plug in. file -> settings -> plugins -> search for
Scala
and install
- install scala 2.13.10
- file -> project structure -> select an SDK -> require version 11
- file -> settings -> build, execution, deployment -> Maven -> select "Use plugin registry"
- open maven tab, vuu-parent -> lifecycle -> install
-
in visual studio code open
finos-vuu/vuu-ui/sample-apps/app-vuu-example
and runyarn build
-
in intelliJ, select "SimulMain" config and click run
- 'certificate-unknown' error: set 'Allow invalid certificates for resources loaded from localhost' to 'Enabled' in your chrome settings here:
chrome://flags/#allow-insecure-localhost
- 'class Main not found' error: go to settings->Build, Execution, Deployment->Compiler->Scala Compiler and set 'Incrementality type' to 'Zinc'
- General build errors: deleting the .idea folder from the root of the project and rebuilding can resolve some intermittent build errors.