Automat:ee 1.2.1 Documentation

Installation

To install Automat:ee you follow the same steps as any other ExpressionEngine add-on:

  1. Unzip the download
  2. Upload the extracted folder to your ExpressionEngine third party folder usually located at:
    /system/expressionengine/third_party/
  3. Navigate to your Add-Ons management page and choose Modules
  4. Select Automat:ee from the list and click install.

You have a couple options when it comes to installation. Both have their pros and cons depending on your needs so choose the option that works best for your situation.

Pseudo Cron
To enable pseudo cron you have to include the below template tag within a template that gets executed frequently (preferably at the bottom of the HTML page like a footer template). Using the below will insert an image bug that will check for crons and run any if needed.

{exp:automatee:pseudo_cron}
Note that using the above requires latitude between when a Cron is scheduled and when it is expected to run. If pin point accuracy is required then use the below option.

True Cron
This is the ideal installation method. To enable you'll have to be comfortable and familiar with setting up a Cron job at the server level. You'll need to navigate to the Instructions page within the Settings panel to get the command that's tailored to your system. An example of the command is below but IT IS NOT APPLICABLE TO YOUR SITE OR SYSTEM.

wget "http://mithra62.com/?ACT=78" >/dev/null 2>&1
True Cron would be the ideal installation for when accuracy on execution matters and you have the technical know how to get it set up.

I am flagging this documentation as:

Need Free Developer Support?

2 Comments

  1. Philip Jones says:

    Is “Pseudo Cron” the only option available to Windows users?

  1. Eric Lamb says:

    No, you can set things up using the Task Scheduler but I’ve used it for a few things and it’s pretty painful.
    http://stackoverflow.com/questions/132971/what-is-the-windows-version-of-cron

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">