Getting Started
Installing OPS
If that works you can try this simple hello world example. You don't need node installed for this as ops will automatically download a node package for you:
Note: We have a list of pre-made node packages on the repo if you are looking for a different version or need a different architecture (eg: arm for macs).
Put this in your hi.js:
If the script complain about missing HomeBrew on Mac, please install it from https://brew.sh/ and re-run the command above.
On Linux and Mac ensure that you have QEMU version 2.5 or greater installed. It should be noted that the latest qemu version is 8.2 so if you are using something older - it's really old.
Debian / Ubuntu (apt-get)
To install QEMU
, run the following command:
Fedora (dnf/yum)
Or:
Verify the OPS Installation
Note: During the installation setup the PATH will be configured, and already open command shell windows may not be updated with these PATH modifications until the console is restarted or the user has logged out and in again.
If running ops version
in the console fails, try source ~/.bash_profile
or open a new terminal.
Last updated