Cronicle icon indicating copy to clipboard operation
Cronicle copied to clipboard

How to manually start `cronicle` for macos?

Open thanhtoan1196 opened this issue 4 years ago • 1 comments

How to manually start cronicle for macos, I have read it here but no instructions are found.

thanhtoan1196 avatar Dec 19 '20 15:12 thanhtoan1196

The instruction you are referring to is about running cronicle as service. If that is what you need I'd suggest to use docker. Just add restart=always to your run command. To start it manually you just do bin/control.sh start (on the first time you also do bin/control.sh setup).

mikeTWC1984 avatar Dec 20 '20 03:12 mikeTWC1984