Fetch the repository succeeded.
A example show how to run go-admin. Just for reference, here to know more.
Following three ways to run the code.
If you are Windows user, go-sqlite-dirver require to download the gcc to make it work.
To use go module, you should set GO111MODULE=on first.
git clone https://github.com/GoAdminGroup/example.git
cd example
GO111MODULE=on go run .
visit: http://localhost:9033/admin
To use go path, you should set GO111MODULE=off first.
git clone https://github.com/GoAdminGroup/example.git
go get github.com/kardianos/govendor
cd example
govendor sync
go run .
visit: http://localhost:9033/admin
git clone https://github.com/GoAdminGroup/example.git
cd example
docker build -t go-admin-example .
docker attach $(docker run -p 9033:9033 -it -d go-admin-example /bin/bash -c "cd /go/src/app && GOPROXY=http://goproxy.cn GO111MODULE=on go run .")
visit: http://localhost:9033/admin
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。