Skip to content

alexmacavei/scala-openshift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Web Application Example for Openshift

Scala web application example for openshift. It adds build, deploy and start hooks in openshift, so that the application could automatically compile and restart when commiting changes to git.

It's based on finatra_example(https://github.com/capotej/finatra-example)

Maven Instructions

Runs your app on port 7070

mvn scala:run

Testing

mvn test

Packaging (fatjar)

mvn package

To deploy on Openshift

git commit
git push origin master

About

Scala Web Application example for openshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 65.5%
  • Shell 34.5%