Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.77 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.77 KB

CRONJOBS MODULE FOR FUEL CMS

This is a FUEL CMS cronjobs module that can be used to manage cron jobs like periodically running database backups.

INSTALLATION

There are a couple ways to install the module. If you are using GIT you can use the following method to create a submodule:

USING GIT

  1. Open up a Terminal window, "cd" to your FUEL CMS installation then type in: Type in: php index.php fuel/installer/add_git_submodule https://github.com/daylightstudio/FUEL-CMS-Cronjobs-Module.git cronjobs

  2. Then to install, type in: php index.php fuel/installer/install cronjobs

MANUAL

  1. Download the zip file from GitHub: https://github.com/daylightstudio/FUEL-CMS-Cronjobs-Module

  2. Create a "cronjobs" folder in fuel/modules/ and place the contents of the cronjobs module folder in there.

  3. Then to install, open up a Terminal window, "cd" to your FUEL CMS installation then type in: php index.php fuel/installer/install cronjobs

UNINSTALL

To uninstall the module which will remove any permissions and database information: php index.php fuel/installer/uninstall cronjobs

TROUBLESHOOTING

  1. You may need to put in your full path to the "php" interpreter when using the terminal.
  2. You must have access to an internet connection to install using GIT.

DOCUMENTATION

To access the documentation, you can visit it here.

TEAM

  • David McReynolds, Daylight Studio, Main Developer

BUGS

To file a bug report, go to the issues page.

LICENSE

The cronjobs Module for FUEL CMS is licensed under APACHE 2.