Giter VIP home page Giter VIP logo

onboarding-test's Introduction

play-template

This is a small play framework application one can start development from

How to use it

  • Create a repo in github
  • Clone this repo to a needed folder
git clone [email protected]:liveintent-berlin/play-template.git my-new-project
  • Make origin point to the created repo
cd my-new-project
git remote set-url origin [email protected]:liveintent-berlin/my-new-project
  • Replace all placeholders in the template files with values pertinent to your new project.

    The placeholders generally <LOOK_LIKE_THIS>.

    <SCALA_APP_NAME> determines the name of your application in the sbt build. This name is also used for the packaged startup script. Examples: decision-engine-recommendation or streamliner.

    <EB_APP_NAME> should match the Elastic Beanstalk Application where this service is going to be deployed. Examples: DER or Streamliner.

    <AWS_SERVICE_TAG> should match the Service tag set up for the EB application. In most cases this will be the same as <EB_APP_NAME>.

    <SCALA_APP_NAME_WITHOUT_DASHES> is the same as <SCALA_APP_NAME> with all funny characters removed - the BuildInfo class is auto-generated in a namespace derived from the sbt name setting and will strip away characters that are not legal in namespace identifiers. Examples: decisionenginerecommendation or streamliner.

  • git push origin master

git add .
git commit -m "ready to use"
git push origin master
  • Get a coffee

If you have a compilation failure in Module.scala

  • Comment the line with
bind(classOf[BuildInfoProvider]).toInstance(new MirrorBuildInfoProvider(BuildInfo))
  • Remove the import of BuildInfo
  • Compile
  • Add import as
import com.liveintent.realServiceName.BuildInfo
  • Uncomment the line with
bind(classOf[BuildInfoProvider]).toInstance(new MirrorBuildInfoProvider(BuildInfo))

onboarding-test's People

Contributors

jankoulaga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.