Getting Started with Hammy

Build from Go

To get started with Hammy using Go, follow these steps:

git clone https://github.com/go-hammy/hammy.git
cd hammy
go build -o hammy-server
./hammy-server

Running Hammy in Docker

To run Hammy using Docker, use the following commands:

docker run -p 9090:9090 -v /var/www/html:/var/www/html gohammy/hammy

Kubernetes Example

To deploy Hammy using Kubernetes, apply the provided YAML configuration:

kubectl apply -f https://raw.githubusercontent.com/go-hammy/hammy/main/examples/kubernetes.yaml

This will also create a cloud loadbalancer service! Please read the full docs.

For more detailed instructions, visit our documentation.