2017 © Pedro Peláez
 

project wcron

image

webcanyon/wcron

  • Saturday, February 25, 2017
  • by webcanyon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WebCanyon WCron Manager

This project is a cron manager for Symfony applications or used like a standalone cron manager., (*1)

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

Step 1

Go to your symfony project and run:, (*2)

./bin/console wcron:install

Insert root password for creating symlink to /usr/local/bin/wcron, (*3)

Step2

Go to terminal and run this command:, (*4)

crontab -e

Paste the text from below and save changes, (*5)

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

Author Catalin Radoi, (*6)

The Versions