Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.52 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.52 KB

LH

LittleHorse Tutorials

This repository contains the cleaned-up code from the series of tutorial videos on our YouTube channel.

Common Installation

Unless otherwise noted in the corresponding README of the specific tutorial, each tutorial code requires similar common setup.

Install the CLI

Install the LittleHorse CLI via homebrew (tested on Mac and Linux):

brew install littlehorse-enterprises/lh/lhctl

Alternatively, if you have go but don't have homebrew, you can:

go install https://github.com/littlehorse-enterprises/littlehorse/lhctl@latest

Get the LH Server

NOTE: If you have obtained a private LH Cloud Sandbox, you can skip this step and just follow the configuration instructions you received from the LittleHorse Team (remember to set your environment variables!).

To run a LittleHorse Server locally in one command, you can run:

docker run --name littlehorse -d -p 2023:2023 public.ecr.aws/littlehorse/lh-standalone:latest

Using the local LittleHorse Server takes about 15-25 seconds to start up, but it does not require any further configuration.

Repo Map

  • Create TaskDef
    • Register your first Task Definition (TaskDef) using Java!