Skip to content

The easiest way to get started with a Hatchet instance.

License

Notifications You must be signed in to change notification settings

hatchet-dev/hatchet-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hatchet Quickstart

This repository contains a set of base configuration files to get a local Hatchet instance up and running. It assumes that you already have hatchet, hatchet-server, and hatchet-admin installed. For installation instructions, see here.

Getting Started

Generate the server configuration files via:

hatchet-admin quickstart --config ./config/

This will place the server configuration files in ./generated. Then, run the server via:

hatchet-server --config ./generated/

This will start a Hatchet instance on port 8080.

Options

To change the port or address that the Hatchet runs on, navigate to ./config/server.yaml and change runtime.port.

To use a different set of config files:

hatchet-admin quickstart --config ./config-file-dir

To use a different static directory for serving files:

hatchet-admin quickstart --static-dir ./my/static/dir

About

The easiest way to get started with a Hatchet instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages