Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jackwong7/beego_blog

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jackwong7/beego_blog

  • v0.0.0-20200701030235-35a36be5cb30
  • Source
  • Go
  • Socket score

Version published
Created
Source

beego_Blog

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

编译安装说明:

1 . 下载安装

$ go get beego_blog

2 . 加入数据库

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

3 . 修改 app.conf 配置

#MYSQL地址
dbhost = localhost

#MYSQL端口
dbport = 3306

#MYSQL用户名
dbuser = root

#MYSQL密码
dbpassword =

#MYSQL数据库名称
dbname = beego_blog

#MYSQL表前缀
dbprefix = tb_

6 . 运行

cd 到 beego_blog 目录 执行
$ bee run

7 . 浏览器演示

http://localhost:8080 (前台)

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

FAQs

Package last updated on 01 Jul 2020

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