Skip to content

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.

  1. Clone repo

  2. Run mvn package to generate war package

  3. Deploy war to your tomcat

  4. Set your database(MySQL) in application.yml

  5. Open your site

  6. Create your first Admin account

  7. Add your Channels

  8. Add Menus for Channels

    Note that link parameters: {id: channelId}

  9. Change your Channel content

  10. Congratulations! Go to home page, you will see your website.

Clone this wiki locally