A
A
Alexey Poimtsev2015-10-25 02:40:56
go
Alexey Poimtsev, 2015-10-25 02:40:56

What are the best practices for deploying Golang applications?

What are the best practices for deploying Golang applications? What tools are available, is there anything similar to Capistrano or Mina used for rails applications?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
D', 2015-10-25
@Denormalization

As far as I know, it's simple:
- A binary
is built - A deb, rpm or other package
is made from it - The package is uploaded to the server, and installed / updated with standard utilities.
Some deploy statics and other files separately, using the same capistrano, mina, etc.

U
uvelichitel, 2015-10-25
@uvelichitel

You can try https://drone.io it's ContinuousIntegration with github hook and deployment on Amazon, Heroku, Google AppEngine or custom. That is, you can code from your mobile phone. There are several paid and free analogues if you google it. If I understood the question correctly, this is what you meant.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question