Giter Club home page Giter Club logo

gf_cms's Introduction

基于GoFrameV2 的网站内容管理系统

前台演示地址:demo-pc.linklink.fun (自动跳转移动端)

移动演示地址:demo-m.linklink.fun

后台演示地址:demo-pc.linklink.fun/admin

用户名:admin

密码:123456

📱 新增部署在arm架构手机内的演示地址:mi8-gfcms.linklink.fun/admin

部署环境为:小米8手机 -> LinuxDeploy容器 -> CentOS7

PC和移动端地址同上,用户名密码同上

手机不可能随时开机并运行项目,无法访问请提交issue联系我

安装步骤

1、导入gfcms_demo.sql到数据库

2、复制配置文件

cp manifest/config/config.yaml.example manifest/config/config.yaml

3、修改config.yaml的数据库配置、redis配置

4、修改config.yaml域名绑定,mobileHost为移动端绑定域名,pcHost为PC端绑定域名, mobileHost留空不自动跳转移动端,mobileHost和pcHost都留空则使用IP加端口号访问

5、下载演示站图片资源,将解压后的uploads文件夹放到项目resource/public文件夹下(不在乎无法显示图片的可以不下载)

下载地址:http://pan.linklink.fun/#s/932wYqlg 访问密码:C2Gq7

6、编译项目

安装 [gf-cli] 工具(推荐、开发时必备)

wget -O gf https://github.com/gogf/gf/releases/latest/download/gf_$(go env GOOS)_$(go env GOARCH) && chmod +x gf && ./gf install -y && rm ./gf

已安装 [gf-cli] 工具

gf run main.go

未安装工具

go build -o ./main main.go

7、启动项目

./main

目前支持的模型:

  • 文章
  • 图集

GitHub地址:https://github.com/demozx/gf_cms

Gitee地址:https://gitee.com/demozx/gf_cms

截图

  • 后台 image image

  • PC image

  • 移动 image

gf_cms's People

Contributors

demozx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.