-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to place scripts #1
Comments
Hi, Glad you like it! I'm currently just leaving them where they're extracted when the app is deployed - /tmp/php-elasticbeanstalk...(can't remember exact path). That's where the HostManager app expects them to be when it tries to invoke them. This probably isn't the best practice, since they would be lost on a reboot when /tmp is cleared, but rebooting an instance shouldn't really happen in this workflow either. I haven't had any problems yet...(knocking on wooden desk). If this is problematic, we can just decide on a specific directory in which to store the scripts after a deployment. |
Thanks for the reply! i'm actually starting to experiment with the I'm still having trouble deploying your code. Would you happen to have any Thanks! On Wed, Aug 15, 2012 at 2:32 PM, Will Kelleher [email protected]:
Steve Barbera |
Ok, I'll push some changes to move those scripts to a more durable location. What sort of problems are you having when you try to deploy this? You should just have to:
If that's not working, please send a detailed description of what you're trying and how it's failing. |
Thank you Will. I'll give you directions a try and see how it goes. Steve On Wed, Aug 15, 2012 at 2:45 PM, Will Kelleher [email protected]:
Steve Barbera |
Hi Will, Just to let you know, I followed your instructions on installing the Version git-99f9e1bf3cf39c801f2c98fe25c4c5197f86e84c deployment failed. - Do you know of a place where I can see system logs that would lead to why Thanks for the help. On Wed, Aug 15, 2012 at 2:47 PM, Steve Barbera [email protected] wrote:
Steve Barbera |
Steve, Take a look at /opt/elasticbeanstalk/var/log/hostmanager.log - this is where HostManager will display errors. |
Hi there, Just wanted to say thank you for releasing this hostmanager packager, I can see it working out really well for maintaining my Beanstalk instances. One question:
After deploying the hostmanager on to my instance where do you place the deploy.sh, startup.sh, etc scripts on your system? Do you create a new directory in /var/ww/html? or is there somewhere in the /opt/elasticbeanstalk directory you place these scripts.
Thank you for the help.
The text was updated successfully, but these errors were encountered: