mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-13 22:03:27 +01:00
Documentation on how to set this up in a production environment #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?