Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

lagom/lagom-java-sbt-chirper-example

Repository files navigation

This sample application is archived. See https://github.com/lagom/lagom-samples for more Example projects showcasing Lagom usage.

lagom-java-sbt-chirper-example

A Lagom Java example showcasing a Twitter-like application, sbt flavor.

Running locally

  1. Start all services using sbt runAll.
  2. Open http://localhost:9000 in your browser.
  3. Register and Start Chirping!

Running on Kubernetes

This project is set up to use Lightbend Orchestration for Kubernetes to simplify deployment to Kubernetes.

Refer to KUBERNETES.md for more information on this process.

Running on DC/OS

This project is set up to use Lightbend Orchestration for DC/OS to ) to simplify deployment to DC/OS.

Refer to DCOS.md for more information on this process.