/golang-blog

a simple blog for deploying and tests

Primary LanguageHTML

golang-getting-started

first steps with Golang Projects in Liara

Availabe Branches

  1. Disk setup
  2. Object Storage In Liara
  3. Dockerized Go For Deploying

Blog Website For Test

Installation

  git clone https://github.com/liara-cloud/golang-getting-started.git
  cd golang-getting-started
  cp .env.example .env
  • or if you're using windows, just rename .env.example to .env
  • configure your environment variables
  mkdir static/images
  • or if you're using windows, create image folder in static folder
  go run main.go
  • if you need to Live reload, you can use air:
  air

Documentation

Read more on liara Golang apps documentation