zhaoliugit / Autumn-Framework

A collection of web sub-systems

Home Page:http://autumn.shuaijunlan.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Autumn-Framework

Build Status AUR

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.

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 require 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 Databasse, 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 cms
  • Run server: mvn tomcat7:run. Server runs on port 8081 by default, visit localhost:8081 to check it out.

License

Licensed under GPL 2.0. See LICENSE for further details.

About

A collection of web sub-systems

http://autumn.shuaijunlan.cn

License:GNU General Public License v2.0


Languages

Language:Java 95.9%Language:CSS 4.1%