Revision #8 has been created by sirin k on Jul 28, 2020, 6:24:59 AM with the memo:
content fix
« previous (#7) next (#9) »
Changes
Title
unchanged
Start using Yii2 in Raspberry Pi3 (RPI3) via Pantahub
Category
unchanged
How-tos
Yii version
unchanged
2.0
Tags
unchanged
yii2,docker,RPI3,Raspberry Pi3,Linux,Pantahub
Content
changed
[...]
### Step 4: Download & Install a CLI tool "pvr"
> Note: pvr is a CLI tool which can be used to interact with your device through pantahub platform.
> Note: Using pvr you can share your firmware and projects as simple as with a git tree:
`pvr clone; pvr commit; pvr post`
> Note: Move the pvr binary to your bin folder after download.
Linux(AMD64): [Download](https://gitlab.com/pantacor/pvr/-/jobs/595489669/artifacts/raw/pvr-012.linux.amd64.tar.gz#latest)
Linux(ARM32v6): [Download](https://gitlab.com/pantacor/pvr/-/jobs/595489669/artifacts/raw/pvr-012.linux.armv6.tar.gz#latest)
Darwin(AMD64): [Download](https://gitlab.com/pantacor/pvr/-/jobs/595489669/artifacts/raw/pvr-012.darwin.amd64.tar.gz#latest)
`pvr clone; pvr commit; pvr post`
To install from github source code:
```
$ go get gitlab.com/pantacor/pvr[...]
```
> Note: You need "GOLANG" to be installed in your system for building pvr from github source code.
### Step 5: Detect & Claim your device
#### a) Connect a LAN cable between your RPI3 & computer/Router.[...]