Files
symfony-flex-recipes-contrib/jmose/command-scheduler-bundle/2.0/post-install.txt
T
j.guyon 6201b89685 Add a link to the full configuration
Remove optional configuration
Add post-install.txt
2018-02-21 12:10:59 +01:00

10 lines
581 B
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next for JMoseCommandSchedulerBundle ? </>
<bg=blue;fg=white> </>
* <fg=blue>Configure</> your application:
1. Secure your route by adding <comment>- { path: ^/command-scheduler, role: ROLE_ADMIN }</> in your security config.
2. Set the single-entry point in crontab : <comment>* * * * * php /your_app/bin/console scheduler:execute</>
* <fg=blue>Schedule</> your commands at <comment>http://your-app/command-scheduler/list</>