-
Notifications
You must be signed in to change notification settings - Fork 36
Build your website
Bendy Zhang edited this page May 2, 2018
·
3 revisions
This application has integrated simple content management subsystem. By following steps, you can easily build your website.
-
Clone repo
-
Run
mvn package
to generate war package -
Deploy war to your tomcat
-
Set your database(MySQL) in application.yml
-
Open your site
-
Create your first Admin account
-
Add your Channels
-
Add Menus for Channels
Note that link parameters:
{id: channelId}
-
Change your Channel content
-
Congratulations! Go to home page, you will see your website.