AutomateIt downloads
Topics
Subscribe to the RSS changes feed for release notifications.
AutomateIt is feature-complete, exceeds the capabilities of similar products, and ensures its quality with a self-test suite. However, this is a young product and users are expected to be willing to accept some rough edges and upgrade regularly.
-
Install the Ruby programming language
-
Install the RubyGems tool for installing Ruby packages
-
Install the AutomateIt package -- if you get a permission denied error, use
sudo or switch to a root or Administrator account to run:
gem install -y automateit
-
Run automateit -v. If it displays a version number, all is well. Otherwise, read the Installation issues page.
-
See the Screenshots and Tutorial to learn how to use the toolkit.
-
Read the
Changes
page to learn about API changes, bugfixes and new features.
-
Update the AutomateIt gem -- if you get a permission denied error, use
sudo or switch to a root or Administrator account to run:
-
Run your recipes with the
--preview
options to make sure they still work.
You can browse AutomateIt’s source code online.
-
Install the Mercurial distributed revision control system.
-
Download the AutomateIt source code:
hg clone http://automateit.org/hg/automateit automateit-dev
-
Read the code in the newly-created
automateit-dev
directory.
-
The repository may contain unreleased and unstable changes. Install the gem if you need stability.
-
You can also run AutomateIt directly from the checkout, e.g.,
automateit-dev/bin/automateit -h.