Installation (Go, Beego, Bee)

Part 1

·

1 min read

(Step 1) install go.dev/doc/install

c:\Users>go version
go version go1.18.4 windows/amd64

c:\Users>

(Step 2) Install beego

c:\Users>go install github.com/beego/beego/v2@latest

go: downloading github.com/beego/beego/v2 v2.0.5
go: downloading github.com/beego/beego v1.12.11

(Step 3) Install bee

c:\Users>go install github.com/beego/bee/v2@latest

c:\Users>bee version
2022/08/31 17:16:16.499 [D]  init global config instance failed. If you do not use this, just ignore it.  open conf/app.conf: The system cannot find the path specified.

______
| ___ \
| |_/ /  ___   ___
| ___ \ / _ \ / _ \
| |_/ /|  __/|  __/
\____/  \___| \___| v2.0.4

├── GoVersion : go1.18.4
├── GOOS      : windows
├── GOARCH    : amd64
├── NumCPU    : 4
├── GOPATH    : c:\Users\Ethanium\go
├── GOROOT    : c:\Program Files\Go
├── Compiler  : gc
└── Date      : Wednesday, 31 Aug 2022