In the article https://www.balena.io/blog/turn-a-raspberry-pi-into-a-wi-fi-access-point-or-repeater/ the author says to
Download the project from GitHub
Push the project code to your Raspberry Pi
This second step is done by running balena push
.
Of course, on my Mac, the command balena
does not exist, so how do I do this?
Thanks.
(I also posted this question in the comments below the article.)
Hello,
thanks for getting in touch with us.
In order to be able to run the balena commands from your mac, you will need to get the balena-cli (command-Line Interface), see the following link on how to install it:
# balena CLI Installation Instructions
There are 3 options to choose from to install balena's CLI:
* [Executable Installer](#executable-installer): the easiest method on Windows and macOS, using the
traditional graphical desktop application installers.
* [Standalone Zip Package](#standalone-zip-package): these are plain zip files with the balena CLI
executable in them: extract and run. Available for all platforms: Linux, Windows, macOS.
Recommended also for scripted installation in CI (continuous integration) environments.
* [NPM Installation](#npm-installation): recommended for Node.js developers who may be interested
in integrating the balena CLI in their existing projects or workflow.
Some specific CLI commands have a few extra installation steps: see section [Additional
Dependencies](#additional-dependencies).
> **Windows users:**
> * There is a [YouTube video tutorial](https://www.youtube.com/watch?v=2LApclXFqsg) for installing
> and getting started with the balena CLI on Windows. (The video uses the standalone zip package
> option.)
> * If you are using Microsoft's [Windows Subsystem for
This file has been truncated. show original
For more information about using the balena-cli, please refer to the following link:
https://www.balena.io/docs/reference/balena-cli/
kind regards,
Juan