You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
717 B
Bash

#remove .idea in remote
#git rm -r --cached .idea
#export GOPROXY=https://goproxy.io
#go get github.com/beego/bee/v2
#go get -u github.com/beego/bee/v2
#go get
go get github.com/astaxie/beego@v1.12.3
go get github.com/go-sql-driver/mysql@v1.6.0
go get github.com/robfig/cron@v1.2.0
go get github.com/smartystreets/goconvey@v1.6.4
go get github.com/prometheus/common@v0.10.0
go install github.com/beego/bee/v2@latest
#https://github.com/beego/bee
#bee创建项目 bee new
#bee new my-web-app
#运行项目bee run
#bee run
#创建api项目 To create a Beego API application: bee api
#bee api my-api
#项目打包 bee pack To compress a Beego application into a single deployable file:
#bee pack