How To: Install/upgrade to V1Beta #118
Unanswered
JaapvanEkris
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Some want to install V1Beta, so in this short walkthrough, I descibe how to install it.
First step is when doing a clean install is to install the normal branch, by executing
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/laberning/openrowingmonitor/HEAD/install/install.sh)"
next, we are going to upgrade the current branch to the v1beta version.
First, you have to install the new gpio driver by hand, but disable the pgio-deamon:
Next, we switch branch:
Please look at the /opt/openrowingmonitor/config/config.js to modify it to fit the new parameter set (you can see a current list of parameters in /opt/openrowingmonitor/config/default.config.js).
And you are done!
Beta Was this translation helpful? Give feedback.
All reactions