New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitee.com/tyss521/beego_blog.git

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitee.com/tyss521/beego_blog.git

  • v0.0.0-20191218014130-27c111191f25
  • Go
  • Socket score

Version published
Created
Source

湖南一零二四软件科技有限公司承接各类系统开发

beego_Blog

基于Go语言和beego框架 前端使用layui 布局 开发的个人博客系统

编译安装说明:

1 . 设置GOPATH(安装目录)

$ export GOPATH=/path/to/

2 . 下载安装

$ go get github.com/shus521/beego_blog

4 . 加入数据库

mysql 新建db_beego数据库把根目录 db_beego.sql 导入

5 . 修改 app.conf 配置

#MYSQL地址
dbhost = localhost

#MYSQL端口
dbport = 3306

#MYSQL用户名
dbuser = root

#MYSQL密码
dbpassword =

#MYSQL数据库名称
dbname = db_beego

#MYSQL表前缀
dbprefix = tb_

6 . 运行

cd 到 beego_blog 目录 执行
$ bee run

7 . 浏览器演示

http://localhost:8099 (前台)

http://localhost:8099/admin/login (后台)

账号: admin  密码 :123456

8 . 联系方式

qq:313690636

qq群: 571627871

FAQs

Package last updated on 18 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc