Downloads
To evaluate BeyondCron, simply download the BeyondCron components in your preferred format and follow the installation instructions.
bc-agent
Server for executing jobs locally and or/remotely using ssh.
2.0.190211 |
stable |
|
deb |
rpm |
zip |
|
installation |
manual |
|
2.0.190211 stable |
deb |
rpm |
zip |
|
installation |
manual |
bc-cli
Command line interface for creating and managing BeyondCron jobs.
2.0.190211 |
stable |
|
deb |
rpm |
zip |
|
installation |
manual |
|
2.0.190211 stable |
deb |
rpm |
zip |
|
installation |
manual |
bc-server
Server for maintaining and scheduling jobs.
2.0.190211 |
stable |
|
deb |
rpm |
zip |
|
installation |
manual |
|
2.0.190211 stable |
deb |
rpm |
zip |
|
installation |
manual |
bc-server will run unrestricted for 3 months, if you wish to continue using BeyondCron beyond this period, please request a license.
bc-web
Server providing a web based BeyondCron management console.
2.0.190211 |
stable |
|
deb |
rpm |
zip |
|
installation |
manual |
|
2.0.190211 stable |
deb |
rpm |
zip |
|
installation |
manual |
Repositories
BeyondCron is also available via apt and yum repositories.
apt
Create the file /etc/apt/sources.list.d/beyondcron.list
with the following contents:
deb https://beyondcron.com/dists/stable /
Download the BeyondCron signing key:
# cd /etc/apt/trusted.gpg.d; wget https://beyondcron.com/dists/stable/beyondcron.gpg
Note: if apt-get update
returns an error similar to The method driver /usr/lib/apt/methods/https could not be found
, install the package apt-transport-https
. If that is not possible, change the repository protocol to http
.
yum
Create the file /etc/yum.repos.d/beyondcron.repo
with the following contents:
[beyondcron] name=BeyondCron packages baseurl=https://beyondcron.com/dists/stable gpgcheck=1 gpgkey=https://beyondcron.com/dists/stable/RPM-GPG-KEY-beyondcron metadata_expire=300 enabled=1