Skip to content

webcanyon/wcron

Repository files navigation

WebCanyon WCron Manager

This project is a cron manager for Symfony applications or used like a standalone cron manager.

For making this to function you will need follow this steps:

Step 1

Go to your symfony project and run:

./bin/console wcron:install

Insert root password for creating symlink to /usr/local/bin/wcron

Step2

Go to terminal and run this command:

crontab -e

Paste the text from below and save changes

* * * * * /usr/local/bin/wcron /var/log/wcron.log 2>&1

Author Catalin Radoi

About

A cron table manager bundle for Symfony3.

Resources

Stars

Watchers

Forks

Packages

No packages published