iris-blog

command module
v0.0.0-...-165d932 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2023 License: BSD-3-Clause Imports: 23 Imported by: 0

README

配置 goproxy

$ go env -w GO111MODULE=on

$ go env -w GOPROXY=https://goproxy.cn,direct

克隆iris-blog

$ git clone https://github.com/songjiangfeng/iris-blog.git

安装依赖

$ go get

安装 Iris CLI

$ go get github.com/kataras/iris-cli

启动 redis server

$ redis-server

创建数据库

$ mysqladmin create iris_blog

导入数据库

$ mysql -uroot -p iris_blog < iris_blog.sql

配置数据库文件

$ cp config.json.default config.json

初始化项目

$ iris-cli init

运行项目 (http://localhost:8080)

$ iris-cli run .

创建文件上传目录以及设置文件权限

$ mkdir uploads

$ chmod 777 uploads

后台 http://localhost:8080/admin (注意记得更改密码)

用户名: admin 密码: admin

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL