Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 673 Bytes

File metadata and controls

39 lines (25 loc) · 673 Bytes

Getting Started with Go on Deckrun

This is an example of an application that uses Go and Deckrun to build and deploy a simple web server.

Prerequisites

  • Deckrun CLI installed and set up
  • Docker installed
  • A Cluster created on Deckrun

Deploy the Application

1. Clone this repository

git clone git@github.com:deckrun/go-getting-started.git

2. Change into the project directory

cd go-getting-started

3. Create a New App on Deckrun

deck init

4. Deploy the application

deck deploy

5. Open the application in your browser

Use the URL provided in the output of the deck deploy command