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.
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.
- 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, visitlocalhost:8081/autumn-cms
to check it out.
Licensed under GPL 2.0. See LICENSE for further details.