ruby - How do I run a standalone program in OpsWorks? -
I'm sure there is a simple answer. Our program is an executable file, and we have a shell script wrapper for it.
- Opsworks captures a distribution zip file from S3
- We are trying to open it and
bin / run_server.sh
To run a script file located in
I am currently down the path of writing a custom deployment recipe; Type "Other" on the one layer.
Here's my attempt:
include_recipe 'deployed' node [: deployed]. Application, Posted in | Suppose that the zip file has been extracted at this point, the # and CWD content extracted is "run the server" command 'bass bin / run_server.sh' action: run end end P> this Failure to claim that he can not get
bin / run_server.sh .
Thank you in advance.
Comments
Post a Comment