You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really love to use your gem, however I'm struggling with the basics. Would it be possible to create some sort of starter guide on how to use it?
Do I install the gem as standalone gem on the production server?
Do I include it in my application in the Gemfile?
Do the configs live in a separate folder on the production server or in a folder relative to my app? Here what are variable values for the word 'project/s'? You use 'project1' and 'projects'. Do I need a separate folder for an eye-project? (/home/deploy/projects/eye)
What is the folder #{current_path}/deployment/? Is it supposed to be in my app? There is no such folder...
I'm using Puma on my production machine, when trying to install the gem as standalone gem on the server, copying the puma.eye from examples, I get following error: deploy@71437:~$ eye load ~/eye/puma.eye working_dir '/home/deploy/eye/processes' is invalid
I'm completely clueless how to use it, links in the wiki are either non-existant or lead to Chinese/Japanese sites. Googling doesn't help either because the name 'eye' is rather pretty general.
The text was updated successfully, but these errors were encountered:
I've a seperate eye-process per application, since I usually deploy apps to different users. I only use it with rails apps. I have a deploy directory in my RAILS_ROOT folder, where i put deploy specific configuration. Inside that folder I've the eye configuration, and other stuff like the config for whenever.
Whenever config to generate a @reboot cron task, to restart app after reboot.
I'd really love to use your gem, however I'm struggling with the basics. Would it be possible to create some sort of starter guide on how to use it?
Do I install the gem as standalone gem on the production server?
Do I include it in my application in the Gemfile?
Do the configs live in a separate folder on the production server or in a folder relative to my app?
Here what are variable values for the word 'project/s'? You use 'project1' and 'projects'. Do I need a separate folder for an eye-project? (/home/deploy/projects/eye)
What is the folder #{current_path}/deployment/? Is it supposed to be in my app? There is no such folder...
I'm using Puma on my production machine, when trying to install the gem as standalone gem on the server, copying the puma.eye from examples, I get following error:
deploy@71437:~$ eye load ~/eye/puma.eye working_dir '/home/deploy/eye/processes' is invalid
I'm completely clueless how to use it, links in the wiki are either non-existant or lead to Chinese/Japanese sites. Googling doesn't help either because the name 'eye' is rather pretty general.
The text was updated successfully, but these errors were encountered: