Giter VIP home page Giter VIP logo

zhaoxuanhome / gincms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from weiyunxiao/gincms

1.0 0.0 0.0 1 KB

gincms是使用go语言gin框架开发一套快速开发系统(go语言后台管理系统,go语言cms系统,go语言博客系统),使用门槛极低,且采用MIT开源协议,完全免费开源,可免费用于商业项目等场景

License: MIT License

Shell 0.30% Go 99.06% Dockerfile 0.64%

gincms's Introduction

gincms

介绍

gincms是一个前后端分离的开源系统.它(开源/免费/可商业)

gincms的宗旨是让初/中级go语言爱好者,快速使用gincms开发相关应用.例如:

  • 后台管理系统(例如:客户关系系统,OA管理系统...)
  • cms管理后台,包含前端(如:企业官网,资讯网站...)
  • 博客系统,包含前端博客展示,后台博客内容管理

无论是个人、团队、或是企业,都能够使用gincms助力相关应用的开发

演示和文档

类型 链接
文档及官网地址 http://www.gincms.com/
演示地址 http://webdemo.gincms.com/ (账号:admin,密码:admin)

部分截图

logo logo

软件架构

软件架构说明(todo)

gincms后端开发环境安装教程

  1. 下载源码到本地,并进入目录中
git clone https://github.com/weiyunxiao/gincms.git
cd gincms
  1. 配置好数据库信息 在mysql服务器上新建"gincms"数据库,编码选择utf8mb4 导入db/文件夹下的db.sql文件

  2. 整理配置文件 复制config.yaml.example一份,将新的复制文件重命名config.yaml,并修改其中相关配置信息(例如:==mysql配置信息==) 例如

cp config.yaml.example config.ymal
  1. 运行程序,(==注意有无错误信息==)
go run ./main.go

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 提交代码
  3. 新建 Pull Request
正式环境部署
1. docker部署
  1. 进入项目根目录 cd gincms
  2. 编译成linux可执行文件 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gincms -ldflags="-w -s" main.go
  3. ==确保当前目录下面有config.yaml配置文件==
  4. 最后执行运行脚本
chmod +x ./build.sh
./build.sh
特别鸣谢

💕 感谢巨人提供肩膀,排名不分先后

gincms's People

Contributors

weiyunxiao avatar

Stargazers

招选君 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.