All Projects → xiusin → Pinecms

xiusin / Pinecms

Licence: apache-2.0
基于Iris/Gin+XORM+Easyui(后端)开发的CMS管理系统,权限管理,页面自动静态化,标签化,数据库备份,上传下载, 多主题切换 (正在重构后端页面,新功能敬请期待)

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Pinecms

Tent
Content management with Github hosted Markdown as an authoritative data source
Stars: ✭ 28 (-24.32%)
Mutual labels:  cms
Cms
Statamic 3: The Core Composer Package
Stars: ✭ 965 (+2508.11%)
Mutual labels:  cms
Wmcore
Core workflow management components for CMS.
Stars: ✭ 34 (-8.11%)
Mutual labels:  cms
Punchcard
The Punchcard CMS
Stars: ✭ 29 (-21.62%)
Mutual labels:  cms
Citation
Citation is a new generation CMS merging ideas of: Headless / GraphQL, static site generation and JavaScript component pre-rendering
Stars: ✭ 31 (-16.22%)
Mutual labels:  cms
Gatsby Starter Kontent Lumen
Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent.
Stars: ✭ 34 (-8.11%)
Mutual labels:  cms
Eloquent Driver
A package that allows you to store Statamic entries in a database.
Stars: ✭ 28 (-24.32%)
Mutual labels:  cms
Grocery Cms Php Restful Api
Grocery-CMS-PHP-Restful-API is an online grocery shop. The project is developed by using PHP/MySQL/Slim Restful API. The project has powerful backend cms to manage grocery shop online. it has features like add items, remove items, update price, manage orders etc. Restful API ready to embed in Application using JSON data.
Stars: ✭ 36 (-2.7%)
Mutual labels:  cms
Engineercms
工程师知识管理系统:基于golang go语言(beego框架)。每个行业都有自己的知识管理系统,engineercms旨在为土木工程师们打造一款适用的基于web的知识管理系统。它既可以用于管理个人的项目资料,也可以用于管理项目团队资料;它既可以运行于个人电脑,也可以放到服务器上。支持提取码分享文件,onlyoffice实时文档协作,直接在线编辑dwg文件、office文档,在线利用mindoc创作你的书籍,阅览PDF文件。通用的业务流程设置。手机端配套小程序,微信搜索“珠三角设代”或“青少儿书画”即可呼出小程序。
Stars: ✭ 958 (+2489.19%)
Mutual labels:  cms
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-8.11%)
Mutual labels:  cms
Kid O
Kid-O App helps children's aid Orgs keep an overview of their children.
Stars: ✭ 29 (-21.62%)
Mutual labels:  cms
Microservice learning
从零开始微服务框架使用
Stars: ✭ 31 (-16.22%)
Mutual labels:  gin
Ginlearn
Gin
Stars: ✭ 34 (-8.11%)
Mutual labels:  gin
Base
Multilingual CMS built with Laravel.
Stars: ✭ 949 (+2464.86%)
Mutual labels:  cms
Buttercms Rails
Rails SDK for ButterCMS (https://buttercms.com)
Stars: ✭ 35 (-5.41%)
Mutual labels:  cms
Hot Comment
Go、Gin、Elasticsearch开发的云音乐歌手、歌曲、评论搜索API,线上演示地址在右边:
Stars: ✭ 28 (-24.32%)
Mutual labels:  gin
Tolaria
A Rails CMS framework for making your editors happy.
Stars: ✭ 33 (-10.81%)
Mutual labels:  cms
Stationery Cms
💡基于laravel-admin1.6.0开发的办公用品管理系统,含excel导出、查询快递功能
Stars: ✭ 37 (+0%)
Mutual labels:  cms
Djangocms Googlemap
django CMS Google Map is a set of plugins for django CMS that allow you to implement Google Map into your website.
Stars: ✭ 35 (-5.41%)
Mutual labels:  cms
Autocms
AutoCms is a simple solution for your Meteor.js app
Stars: ✭ 34 (-8.11%)
Mutual labels:  cms

项目描述

PineCMS是一个GO语言开发的内容管理系统, 让您可以在短时间内以制作模板的方式搭建出来一个网站, 非开发者也能快速愉悦的使用系统. 简单使用情况下无需关注代码逻辑.

编译部署

下载并编译

git clone https://github.com/xiusin/pinecms.git
cd pinecms
go build -o pinecms

配置

  1. 拷贝数据库文件 data.db.dist 并且命名为 data.db

  2. 数据库配置

    导入数据库结构resources/pinecms.sql

    修改resources/configs/database.yml.distresources/configs/database.yml

    配置数据源

  3. 安装依赖

    go build

  4. 运行项目

    ./pinecms serve start

  5. 开发期间自动构建

    go run main.go serve dev

  6. 访问后端登陆页面

    访问 http://localhost:2019/b/login/index 默认账号密码 用户名: admin 密码: 123456

自动静态化路由

完全自动静态文件和动态路由. 更友好的SEO方式

支持多主体一键切换

系统支持多种主题, 可自由切换不同风格的模板.

内置标签系统

支持类似织梦的标签系统, 可以让您在不写任何代码的情况下完成网站建设.

内置多种功能

  • 个人信息
  • 系统设置
  • 内容管理
  • 分类管理
  • 模型管理
  • 数据库管理
  • 资源管理
  • 管理员设置
  • 广告管理
  • 日志管理
  • 友链管理

文档

pinecms.xyz

演示

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].