Sign In
Sign In

You can find the step-by-step deployment guide here.

Hostman uses the following environment when building a Beego application:

  • Go (installed from PPA longsleep/golang-backports)

By default, we will execute the following commands during the build:

add-apt-repository -y ppa:longsleep/golang-backports && apt-get install -y golang-go --fix-missing

If the project has the go.mod file, we will install the dependencies defined in it:

go mod download

The default command used to run the application is:

go run main.go

Make sure the file that initializes the application is named main.go.

Was this page helpful?
Updated on 06 May 2024

Do you have questions,
comments, or concerns?

Our professionals are available to assist you at any moment,
whether you need help or are just unsure of where to start.
Email us
Hostman's Support