/Autumn-Framework

A collection of web sub-systems

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

logo

Autumn-Framework

Build Status LICENSE

dynamic

Autumn-Framework 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 git@github.com:shuaijunlan/Autumn-Framework.git
  • Import autumn_framework.sql to your MySQL Database, and must alter username and password in druid-pool.properties, the password is encrypted by Druid
  • Enter the project root directory cd Autumn-Framework
  • Install dependencies: mvn install
  • Enter sub-system, e.g.cd autumn-cms
  • Run server: mvn tomcat7:run. Server runs on port 8081 by default, visit localhost:8081/autumn-cms to check it out.

License

Licensed under GPL 2.0. See LICENSE for further details.