You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update the installation docs to describe how to start the Stargate v2 API services. The documents describe how to install/run the coordinator via the starctl script, we need something similar for each API.
This depends on resolution of the following issue:
In particular, we have had multiple instances of developers who are familiar with Stargate v1 attempting to upgrade to Stargate v2 by simply downloading only the coordinator. When they attempt to use one of the APIs, they get "404 not found" errors because they have not started the API.
It's important that users are made aware that there are separate scripts for starting each API. These scripts are defined in the repo at the following locations:
It's also important to note that starting the APIs requires Java 17. It is possible to start APIs on the same VM as the coordinator, but you'll need to have both Java 8 and Java 17 installed, and set JAVA_HOME appropriately before calling starctl (to point to Java 8), vs the start-*api scripts (to point to Java 17).
We need to update the installation docs to describe how to start the Stargate v2 API services. The documents describe how to install/run the coordinator via the
starctl
script, we need something similar for each API.This depends on resolution of the following issue:
The text was updated successfully, but these errors were encountered: