PawelLipski / amazon-scala-paas

A minimalistic Scala/Akka-written PaaS for running JVM-based distributed apps on Amazon AWS
0 stars 0 forks source link

Run an uploaded jar - figure out how to do that for SIUS/SZiA #3

Closed PawelLipski closed 9 years ago

BartoszJanota commented 9 years ago

java -jar ... :P?

aksiazek commented 9 years ago

Ansible add openjdk packages more like I think?

W dniu 25.04.2015 o 10:25, Bartosz Janota pisze:

java -jar ... :P?

— Reply to this email directly or view it on GitHub https://github.com/tilius/amazon-scala-paas/issues/3#issuecomment-96157432.

BartoszJanota commented 9 years ago

Sure :), do you know Supervisor?

aksiazek commented 9 years ago

A first to me, I assume you mean this: https://docs.ansible.com/supervisorctl_module.html Looks like an abstraction over such mechanisms as /etc/init.d/ star/stop scripts or services, correct?

BartoszJanota commented 9 years ago

Yep, this is very friendly and easy to use. With supervisorctl you can simply manage your own services. Do not know if Supervisor is a module within Ansible or something. I was using it as an autonomous program.

PawelLipski commented 9 years ago

Alek, this ticket includes figuring out the launch/shutdown API for SZiA (defining a setUp/tearDown method and so on). It's still kinda little one, so please also cook up a architecture doc with diagrams for next SIUS labs (as pointed out in the yesterday's email).

I baked the Supervisor stuff into my Ansible ticket ( https://github.com/tilius/amazon-scala-paas/issues/4).

2015-04-25 11:51 GMT+02:00 Bartosz Janota notifications@github.com:

Yep, this is very friendly and easy to use. With supervisorctl you can simply manage your own services. Do not know if Supervisor is a module within Ansible or something. I was using it as an autonomous program.

— Reply to this email directly or view it on GitHub https://github.com/tilius/amazon-scala-paas/issues/3#issuecomment-96169561 .

aksiazek commented 9 years ago

Ticket closed as not-well-defined.