Skip to content

deckrun/go-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

Getting Started with Go on Deckrun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages