VerifiableRobotics / LTLMoPWeb3D

A website for Cornell's Autonomous Systems Lab to essentially have LTLMoP available in 3D and online
https://ltlmop.herokuapp.com/
Other
3 stars 1 forks source link

Get Docker Containers Running on VPS #44

Closed agilgur5 closed 8 years ago

agilgur5 commented 8 years ago

Due to #43 failing, this is a higher priority. Shouldn't take too long, just the initial configurations (IAM, VPC?, etc) might take a bit. I don't expect more than an hour or two till running.

Unfortunately this means no cool free ltlmop.herokuapp.com subdomain (though I can make that redirect), little loss compared to the advantage of AWS + ECS of course.

agilgur5 commented 8 years ago

Doing it on @jimjing 's VPS instead since it can handle it and doesn't require paying more

agilgur5 commented 8 years ago

@jimjing following up on this to get access to instance... my public key is here https://keybase.io/agilgur5 (and on my GitHub as a gist + FB + Twitter)

agilgur5 commented 8 years ago

IBM Bluemix (https://console.ng.bluemix.net/pricing/) is free for up to 0.5GB of RAM and has a container service, which is more than plenty for this.Though it does require a credit card after the 30 day trial >.>

agilgur5 commented 8 years ago

Told Jim to do: 1) copy+paste the commands in provision.sh up to installing docker-compose 2) docker run -d -p 0.0.0.0:5000:5000 agilgur5/ltlmopweb3d Need to add a --restart=always to that and throw this in documentation somewhere (see #57)

Currently up at http://vsparc.org:5000