Revision #9 has been created by sirin k on Jul 28, 2020, 6:26:07 AM with the memo:
correction
« previous (#8) next (#10) »
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 3: Singup @pantahub here http://www.pantahub.com
### 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
:.
> 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:
```[...]