ShuaiJunlan Autumn Save

Autumn-Blog and Autumn-CMS

Project README

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.

Open Source Agenda is not affiliated with "ShuaiJunlan Autumn" Project. README Source: ShuaiJunlan/Autumn
Stars
98
Open Issues
19
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating