GoCMS

基于Revel,Jquery, Xorm开发的内容管理系统

  • Owner: zzdboy/GoCMS
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

#GoCMS

基于Go语言和Revel框架的内容管理系统

演示地址:
http://admin.6574.com.cn/

GoCMS QQ交流群:

##编译安装说明:

设置GOPATH(安装目录)

$ export GOPATH=/path/src/admin
$ cd /path/src/admin

注:把下载的代码复制到src/admin目录下

获取源代码,下载完成后会自动编译为GoCMS可执行文件

$ go get github.com/go-xorm/xorm
$ go get github.com/revel/revel
$ go get github.com/cbonello/revel-csrf
$ go get github.com/PuerkitoBio/goquery
$ go get github.com/shirou/gopsutil
$ go get github.com/zzdboy/GoCMS

修改数据库配置

admin/conf/databases.conf

导入MySQL

doc目录下gocms.sql

运行

$ nohup revel run admin &
设为后台运行

访问:

http://localhost:9001

后台地址:

http://localhost:9000

帐号:demo
密码:123456

Main metrics

Overview
Name With Ownerzzdboy/GoCMS
Primary LanguageJavaScript
Program languageGo (Language Count: 5)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2013-11-24 02:55:24
Pushed At2020-02-20 20:27:39
Last Commit At2015-01-03 21:40:07
Release Count2
Last Release Name1.0 (Posted on )
First Release Name0.1 (Posted on )
用户参与
Stargazers Count385
Watchers Count49
Fork Count160
Commits Count4
Has Issues Enabled
Issues Count11
Issue Open Count7
Pull Requests Count0
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private