Skip to content

Commit

Permalink
change readme.md fix css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zituocn committed Sep 8, 2016
1 parent f8d810a commit ad8af54
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# VMovie
22v.net 的网站源代码,使用beego 1.6.1开发,golang 1.6编译
最新版已经使用golang 1.7/beego 1.7编译

最新版已经使用golang 1.7 / beego 1.7编译

###环境
mysql
golang 1.6+ /golang 1.7
golang 1.6/golang 1.7
nginx
supervisord

###数据库
`create database vmovie`
Expand All @@ -13,18 +16,22 @@ golang 1.6+ /golang 1.7
`vi conf/app.conf`

### 安装及运行
`go get github.com/zituocn/22v`
`go get github.com/zituocn/22v`
`更改22v目录为VMovie`
`go build``bee run`
`./22v`
`./vmovie`
会自动建表

###后台登录
`http://ip:port/vvadmin/`
`app.conf中可配置后台目录地址`
请手动向user_info表中写入管理员登录帐号/密码的记录

请手动向user_info表中写入管理员登录帐号/密码(大写32位md5)的记录

###最近更新
2016.9.8
>一、增加后台图片上传水印功能,水印图片指定为/static/img/mark.png
>二、修改部分样式和模板文件
>三、网站备案成功,放回国内。
###网站地址
http://22v.net
Expand Down

0 comments on commit ad8af54

Please sign in to comment.