Hi everybody
I loved the beginning of the BalenaSound tutorial, which seemed quite easy to follow, and then suddenly, when it came to push the app through Balena-Cli, it became suddenly completely obscure and hard to understand.
Pitch : I can’t “push” the App, it starts fine and the I get an error message
Details : I followed the tutorial and I reached the point where my Pi Zero W was visible in the dashboard.
But when it came to install the Balena-CLI, I understood less and less.
I installed both the standalone and .pkg version for Mac from GitHub.
Then the tutorial tells to go to the unzipped directory (I put the directory in /usr/local/lib/)
And, from the directory, tuto says to push using the balena push command.
I assumed (but I’m not sure) that the parts the tuto skipped were these :
- Open MacOS Terminal
- Change directory using the “cd” command : cd /usr/local/lib/balena-cli
- type “balena push [name of the app]” (if the App is called “wow”, it becomes : balena push wow)
- Wait for installation to be completed
Well, that’s what I did and I got this error message :
[Info] Starting build for [NAME OF THE APP], user [USER NAME]
[Info] Dashboard link: https://dashboard.balena-cloud.com/apps/1514133/devices
[Error] Could not detect project type: Service main: Could not find a Dockerfile for this service
[Error] Not deploying release.
Remote build failed
Does someone know where it fails or tell where the tutorial fails ?
Thanks a lot !