Start using Yii2 in Raspberry Pi3 (RPI3) via Pantahub

Comparing #7 with #8

Revision #8 was created by sirin k sirin k on Jul 28, 2020, 6:24:59 AM.

content fix

Content

[...]
### 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.
[...]