Thank you so much. This is the best step by step tutorial for me. Im using supervisor before this, but it always fail. Using debian default service similar in this tutorial work smoothly.
Es posible pasar solo el ejecutable de una aplicación Go a un servidor y ejecutarlo allí sin instalar Go en el servidor. Sin embargo, si planea desarrollar una aplicación Go en el servidor o ejecutar varias aplicaciones Go en el servidor, instalar Go en el servidor es la opción más adecuada. Instalar Go en el servidor significa que puede compilar y ejecutar aplicaciones Go en el servidor directamente sin la necesidad de compilarlas en otra máquina y luego transferirlas al servidor. Además, instalar Go también le permite actualizar a la última versión de Go y utilizar las últimas características del lenguaje Go. Otra razón para instalar Go en el servidor es que muchos paquetes y bibliotecas Go de terceros se instalan como módulos de Go. Si desea utilizar estos paquetes y bibliotecas en su aplicación, debe instalar Go en el servidor. En resumen, si solo necesita ejecutar una única aplicación Go en el servidor, puede pasar solo el ejecutable. Sin embargo, si planea desarrollar o ejecutar varias aplicaciones Go en el servidor, instalar Go en el servidor es una mejor opción.
I think one major reason is that if you have multiple sites on your server, you’ll want your go apps to serve on different ports internally, and NGinX to act as a reverse proxy to turn :80 traffic into, say, :5000 traffic internally.
Best tutorial video I have ever seen. Simple and full of information.
Thank you so much. This is the best step by step tutorial for me. Im using supervisor before this, but it always fail. Using debian default service similar in this tutorial work smoothly.
just what I was looking for. Good
Amazing video, exactly what I needed! Thank you!
Thanks a lot, short and efficient tutorial!
of so much value, appreciated!
Thank you Mr.Robby
You should probably add systemctl enabled command also so after restart systemd will start your app again
Informative. Thank you.
Oh, thanks for this awesome content! Could you share your vscode icon theme with us?
Hey there, it's an extension called "vscode-icons"
@@codingwithrobby Thanksss
Thanks man!
Why did you install go on deployment server? You could just compile and move only compiled code to deployment server.
Es posible pasar solo el ejecutable de una aplicación Go a un servidor y ejecutarlo allí sin instalar Go en el servidor. Sin embargo, si planea desarrollar una aplicación Go en el servidor o ejecutar varias aplicaciones Go en el servidor, instalar Go en el servidor es la opción más adecuada.
Instalar Go en el servidor significa que puede compilar y ejecutar aplicaciones Go en el servidor directamente sin la necesidad de compilarlas en otra máquina y luego transferirlas al servidor. Además, instalar Go también le permite actualizar a la última versión de Go y utilizar las últimas características del lenguaje Go.
Otra razón para instalar Go en el servidor es que muchos paquetes y bibliotecas Go de terceros se instalan como módulos de Go. Si desea utilizar estos paquetes y bibliotecas en su aplicación, debe instalar Go en el servidor.
En resumen, si solo necesita ejecutar una única aplicación Go en el servidor, puede pasar solo el ejecutable. Sin embargo, si planea desarrollar o ejecutar varias aplicaciones Go en el servidor, instalar Go en el servidor es una mejor opción.
How can I map ip address with domain ?, Please make a video in this topic
thank you.
Hi sir, can you please share me the project code. Thank you!
Good video. Do you use Go professionally?
Glad you enjoyed it! I have, but not as much as I'd like to.
nice video. How to redeploy the app after made some change?
Hey, You know Windows 10 and Windows 11 have openSSH. You can build SSH key in the terminal with nothing special.
❤ very good
Epic...
so, why use Nginx ?
I think one major reason is that if you have multiple sites on your server, you’ll want your go apps to serve on different ports internally, and NGinX to act as a reverse proxy to turn :80 traffic into, say, :5000 traffic internally.
Why use nginx? Is it not recommended to use gin directly?
💙