Hi All,
Im a noobie and would like to build a standalone version on macOS.
I have downloaded a copy of code and when ./gradlew -U to build all i end up with a error Could not find method provided() for arguments [org.jetbrains:annotations:24.0.1]
I have tried a couple of work arounds only to end up with similar messages, Can someone point me in the right direction or provide some simple instructions pertaining to macOS standalone install that could help me out i would appreciate it.
I know it would be easier to run the docker version however I do not want to run a docker version only the standalone version.
There’s a bit of an issue with what you’re referring to as “standalone”. OpenRemote has Keycloak, a TimescaleDB instance, and a reverse proxy as dependencies, which means that you would have to run those (natively?) as well, before running the OpenRemote manager.
Plenty of us at OpenRemote are using MacOS for development, and the process is largely the same for all OSes. I’d recommend checking out the Docker compose files and the Dockerfiles and using those to understand how to create that standalone version, as well as checking out the Setting up an IDE documentation page.