Crontab UI
[root@postonline bin]# node -v
v16.20.2
[root@postonline bin]# npm -v
8.19.4
[root@postonline ~]# curl -s https://raw.githubusercontent.com/jhuckaby/Cronicle/master/bin/install.js | node
Cronicle Installer v1.5
Copyright (c) 2015 - 2022 PixlCore.com. MIT Licensed.
Log File: /opt/cronicle/logs/install.log
Fetching release list...
Installing Cronicle v0.9.44...
Installing dependencies...
Running post-install script...
Welcome to Cronicle!
First time installing? You should configure your settings in '/opt/cronicle/conf/config.json'.
Next, if this is a master server, type: '/opt/cronicle/bin/control.sh setup' to init storage.
Then, to start the service, type: '/opt/cronicle/bin/control.sh start'.
For full docs, please visit: http://github.com/jhuckaby/Cronicle
Enjoy!
Installation complete.
[root@postonline ~]#
[root@postonline ~]# /opt/cronicle/bin/control.sh setup
Setup completed successfully!
This server (postonline) has been added as the single primary master server.
An administrator account has been created with username 'admin' and password 'admin'.
You should now be able to start the service by typing: '/opt/cronicle/bin/control.sh start'
Then, the web interface should be available at: http://postonline:3012/
Please allow for up to 60 seconds for the server to become master.
[root@postonline ~]#
[root@postonline ~]# /opt/cronicle/bin/control.sh start
/opt/cronicle/bin/control.sh start: Starting up Cronicle Daemon...
/opt/cronicle/bin/control.sh start: Cronicle Daemon started
[root@postonline ~]#
Comments
Post a Comment