managed/README.md
The YugabyteDB Anywhere console is used in a highly available mode and orchestrates and manages YugabyteDB universes, or clusters, on one or more regions (across public cloud and private on-premises data centers).
For more details, see https://docs.yugabyte.com/latest/yugabyte-platform/overview/
/opt/yugabyte/yw-build-env.sh with your data and make sure it's included into .bashrc.sbt compilePlatform to build and sbt runPlatform to run.PGPASSWORD=$DB_PASSWORD psql -d yugaware -U postgres -h 127.0.0.1.sbt testtest:testOnly *<some_test>Testsbt cleanPlatform compilePlatform.
This is required because not all the tasks are executed by Idea, seems like,
but artifacts are needed for the build.managed directorysbt -jvm-debug 9999 debug runPlatformName: yba
Host: localhost
Port: 9999
Use module classpath: root
sbt cleanPlatform compilePlatform, and click Sync All BSP projects in Idea.