webcanyon/wcron

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

v0.9.1 2017-02-25 17:08 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:13:49 UTC


README

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