Skip to content

Instantly share code, notes, and snippets.

@evagoras
Last active September 28, 2023 16:16
Show Gist options
  • Select an option

  • Save evagoras/59c8faf46f71d241cbb11f83e5a04ee3 to your computer and use it in GitHub Desktop.

Select an option

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
{
"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": ""
}
CommandBox> mkdir tasks --cd
CommandBox> coldbox create app name=tasks skeleton=AdvancedScript
CommandBox> install
CommandBox> start
CommandBox> forgebox login <username> <password>
CommandBox> publish
CommandBox> forgebox show slug=lucee-scheduled-tasks
<!-- To install using the ForgeBox slug -->
CommandBox> install lucee-scheduled-tasks
<!-- To install using my Github repository -->
CommandBox> install evagoras/lucee-scheduled-tasks
@evagoras

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment