mesa icon indicating copy to clipboard operation
mesa copied to clipboard

Make Mesa easily deployable to a server & write up "how-to"

Open jackiekazil opened this issue 7 years ago • 1 comments

We have talked about making Mesa easily deployable to a server, but we are wondering what that means. We would like someone to test this and write up a "how to" deploy mesa to server.

Things that might help...

  • Example of mesa on a web server -- research.havven.io/#; https://github.com/Havven/simulation
  • https://github.com/projectmesa/mesa/issues/84 <-- At one point we talked about a settings file, but this really only made sense if we were deploying it to a server. I am not sure if we need it, because we could just use run.py.

jackiekazil avatar Mar 04 '18 03:03 jackiekazil

I would assume that this is a web server that is accessible from either a local internet, or web public. The simplest solution would be to run a model server in a Docker instance. With this, it is easy for an nginx reverse proxy to make the server reachable from the internet.

rht avatar Mar 25 '22 11:03 rht