Originally created by @jmatsuba on GitHub (Jan 28, 2016).
I got setup on my developer environment pretty quickly. Now I want to get this running on production and am wondering what the best way to do it is.
Including this as part of the README.md would be helpful.
Originally created by @jmatsuba on GitHub (Jan 28, 2016).
I got setup on my developer environment pretty quickly. Now I want to get this running on production and am wondering what the best way to do it is.
Including this as part of the README.md would be helpful.
@jmatsuba commented on GitHub (Mar 19, 2016):
i did not, i ended up abandoning it and doing straight cron jobs.
I used this tutorial
http://tutorials.jumpstartlab.com/topics/systems/automation.html
It should definitely be mentioned that this is not expected to work in production. I manage to set it up but I cannot figure out how to start the process automatically. If I log in the server and manually start it, it works. Any ideas?
@Tashows commented on GitHub (Jan 13, 2022):
It should definitely be mentioned that this is not expected to work in production. I manage to set it up but I cannot figure out how to start the process automatically. If I log in the server and manually start it, it works. Any ideas?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jmatsuba on GitHub (Jan 28, 2016).
I got setup on my developer environment pretty quickly. Now I want to get this running on production and am wondering what the best way to do it is.
Including this as part of the README.md would be helpful.
@cwills commented on GitHub (Mar 19, 2016):
Did you get this working in production? I've been struggling with this.
@jmatsuba commented on GitHub (Mar 19, 2016):
i did not, i ended up abandoning it and doing straight cron jobs.
I used this tutorial
http://tutorials.jumpstartlab.com/topics/systems/automation.html
@plashchynski commented on GitHub (Mar 30, 2016):
There's a Capistrano integration for production https://github.com/plashchynski/crono#capistrano
@skyamgar commented on GitHub (Oct 6, 2016):
I am not using Capistrano, Can anybody help with how to setup this in production environment on VPS?
@Tashows commented on GitHub (Jan 13, 2022):
It should definitely be mentioned that this is not expected to work in production. I manage to set it up but I cannot figure out how to start the process automatically. If I log in the server and manually start it, it works. Any ideas?