Giter Site home page Giter Site logo

shuaijunlan / autumn Goto Github PK

View Code? Open in Web Editor NEW
98.0 14.0 79.0 44.26 MB

Autumn-Blog and Autumn-CMS

Home Page: https://shuaijunlan.cn/autumn-cms

License: GNU General Public License v2.0

Java 59.45% CSS 30.14% PHP 3.50% Dockerfile 0.08% Shell 0.03% TSQL 6.79%
spring spring-mvc mybatis shiro druid ehcache thymeleaf

autumn's Introduction

logo

Autumn

Build Status LICENSE HitCount

autumn-cms autumn-blog

Autumn is a collection of web sub-system, aimes to provide universal web system solution. It is scalable and stable, you can develop your own web system basing on it. Also, you can join us to maintain it together, if only you are interested in it.

Autumn-CMS Live Demo

Autumn-Blog Live Demo

Please submit issues to corresponding projects, that'll help us make issues tracking easier so that we can provide timely help to you.

Modules

Environment

Autumn-Framework requires java8 and maven3 as bulid enviroment.

The project requires at minimum 512MB memory to run. Please ensure you have corresponding tools installed in your environment before build and run the project.

Get Started

  • Clone from github.com: git clone https://github.com/shuaijunlan/Autumn.git
  • Enter the project root directory cd Autumn
  • Import autumn_framework.sql to your MySQL Database or MariaDB, and must modify the username and password in autumn-common/src/main/resources/properties-common/druid-pool.properties basing on your own database settings, the password is encrypted , you can run com.autumnframework.common.architect.utils.PasswordEncrypt to generate publicKey and password, and then replace them in the druid-pool.properties file
  • Install dependencies: mvn install -Dmaven.test.skip=true
If you want to run autumu-cms sub-system
  • Enter autumn-cms, cd autumn-cms
  • Run server:mvn tomcat7:run. Server runs on port 8081 by default, visit http://localhost:8081/autumn-cms to check it out
If you want to run autumn-blog sub-system
  • Enter autumn-blog, cd autumn-blog
  • Run server:mvn tomcat7:run -Dspring.profiles.active="prod". Server runs on port 8088 by default, visit http://localhost:8088/autumn-blog to check it out

Contribute

If you are interested in this project, and you have any ideas or issues, you can commit a pull request or issue.

License

Licensed under GPL 2.0. See LICENSE for further details.

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.