Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 342 Bytes

EasyCMS

The fast CMS system base on GIN (Golang)

Requirements

  • Go1.7.0+
  • github.com/gin-gonic/gin
  • github.com/jinzhu/gorm
  • github.com/garyburd/redigo/redis
  • github.com/go-sql-driver/mysql
  • github.com/shirou/gopsutil
  • github.com/Sirupsen/logrus

How To Development.

  • Install Golang ENV
  • Build the work ENV

How To Run