resourcepool / dashboard

A great solution to get your marketing and communication content on-screen
Apache License 2.0
6 stars 3 forks source link

Create a script to build the server #72

Open VmickaelV opened 7 years ago

VmickaelV commented 7 years ago

Create a script to build the front admin, and include in the app of the back.

The goals is to integrate the front admin website in a server.

loicortola commented 7 years ago

Are we talking deployment scripts? or just Docker-image bundles? ==> By using the resourcepool dockerhub registry, we could easily automatically push the latest docker images each time something appears on the master branch.

VmickaelV commented 7 years ago

Both, I thought it's preferable letting the user to deploy on his tomcat server or on his docker. And Also a script to include the angular front website into the server before deploying it.

loicortola commented 7 years ago

As it is a spring-boot app, could easily implement an auto-release system triggered by travis.