Last active
September 28, 2023 16:16
-
-
Save evagoras/59c8faf46f71d241cbb11f83e5a04ee3 to your computer and use it in GitHub Desktop.
A ForgeBox ColdBox module for the Lucee server 5.3.3 scheduled tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Lucee Administrator Scheduled Tasks Bootstrap UI", | |
| "version": "1.0.0", | |
| "slug": "lucee-scheduled-tasks", | |
| "type": "modules", | |
| "author": "Evagoras Charalambous", | |
| "homepage": "https://github.com/evagoras/lucee-scheduled-tasks", | |
| "shortDescription": "A Bootstrap 4 UI frontend for the Lucee Administrator Server Scheduled Tasks", | |
| "projectURL": "https://github.com/evagoras/lucee-scheduled-tasks", | |
| "location": "evagoras/lucee-scheduled-tasks", | |
| "documentation": "", | |
| "bugs": "", | |
| "changelog": "", | |
| "instructions": "" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CommandBox> mkdir tasks --cd | |
| CommandBox> coldbox create app name=tasks skeleton=AdvancedScript | |
| CommandBox> install | |
| CommandBox> start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CommandBox> forgebox login <username> <password> | |
| CommandBox> publish | |
| CommandBox> forgebox show slug=lucee-scheduled-tasks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- To install using the ForgeBox slug --> | |
| CommandBox> install lucee-scheduled-tasks | |
| <!-- To install using my Github repository --> | |
| CommandBox> install evagoras/lucee-scheduled-tasks |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://evagoras.com/2019/09/19/a-forgebox-coldbox-module-for-the-lucee-server-5-3-3-scheduled-tasks/