Hi guys! Im wondering if someone can shed some light on the installation process with some details.
I made a new github repository from where i cloned the “custom-project”.
Ive prepared th enviroment according to Preparing the environment | OpenRemote Documentation
java -version = java version “23.0.2” 2025-01-21
git --version = git version 2.48.1.windows.1
node -v = v23.8.0
yarn -v = 1.22.22
Ive installed docker and it seems to be running
C:\Users\Ruan\Desktop\CustomOpenRemote>docker -v
Docker version 27.5.1, build 9f9e405
C:\Users\Ruan\Desktop\CustomOpenRemote>docker-compose -v
Docker Compose version v2.32.4-desktop.1
When i go to setup the IDE like Setting up an IDE | OpenRemote Documentation
im given the error of it cant locate the file in the path specified.
C:\Users\Ruan\Desktop\CustomOpenRemote>docker-compose -p openremote -f C:\Users\Ruan\Desktop\CustomOpenRemote\openremote\profile\dev-testing.yml up --build -d
open C:\Users\Ruan\Desktop\CustomOpenRemote\openremote\openremote\profile\deploy.yml: The system cannot find the path specified.
C:\Users\Ruan\Desktop\CustomOpenRemote>docker-compose -p openremote -f profile/dev-testing.yml up --build -d
open C:\Users\Ruan\Desktop\CustomOpenRemote\profile\dev-testing.yml: The system cannot find the path specified.
The file is located in the directory “C:\Users\Ruan\Desktop\CustomOpenRemote\openremote\profile\dev-testing.yml”
These are both the attempts made and im not sure why it cant locate the file. Any help would be greatly appretiated.