3
AleCx04
5y

Any recommended reading material for someone deploying a go web application for the first time?

I am trying to see if I can deploy a go app into one of my institution's test linux servers. I would have one of the technicians create the server, so It doesn't really matter what it is, but lets say for argument's sake that the servers in question are either an ubuntu server or a red hat/centos server. Any recommendations before I dive in?

Comments
  • 0
    @kescherRant i know that much for what little I have read. But I literally asked for documentation as reading material :P else I would have just gone through the basic steps from what I have been doing all these years with standard php and java web apps
  • 0
    use supervisord or anything similar
  • 1
    put in docker?
    https://en.m.wikipedia.org/wiki/...
    Docker (software) - Wikipedia
  • 0
    Please use docker for your own sake.
Add Comment