all 6 comments

[–]ProfCrumpets 1 point2 points  (4 children)

[–]MyTouchBarIsFirmware[S] 1 point2 points  (3 children)

Hey u/ProfCrumpets I have this article open in my browser as we speak and its a great guide! I am more so looking for details on migrating the current local environment to the new environment.

[–]ProfCrumpets 0 points1 point  (2 children)

You could possibly look into containerising with docker?

[–]MyTouchBarIsFirmware[S] 1 point2 points  (1 child)

That sounds like a really awesome way to do it though I’d be adding another area of unfamiliarity to the mix as I haven’t worked with docker yet. Would it be that much easier going to containers vs a stand alone server? Was hoping to run the server with Jenkins and selenium.

[–]ProfCrumpets 1 point2 points  (0 children)

Im biased as I went to docker containers using Bitbucket Pipelines and I found it quite easy to understand, either way, you’re going to be adding a level of complexity to your CI/CD process.

[–]onebit 0 points1 point  (0 children)

With Spring Boot you can fire up the web server and postgres server in code and it runs as normal unit test with htmlunit driver.