Logo

23.1 Installation

inFusion is changing, and the instructions below are no longer valid. They will be updated once the situation stabilizes.

  1. Checkout the sources from github: git clone git://github.com/girba/automoose.git
  2. Download inFusion from: http://www.intooitus.com/infusion/download/inFusion.zip
  3. Unzip and copy the contents of the tools/inFusion/ folder into the automoose/inFusion/ folder
  4. Download the dedicated Pharo virtual machine from: http://www.pharo-project.org/pharo-download
  5. Copy the Pharo VM into the automoose/pharo/ folder
  6. Copy the sources of the system to study in the automoose/src/ folder
  7. Edit automoose/runWithInfusion.sh to make sure the PHARO_VM variable points to your virtual machine.
  8. Execute automoose/run.sh

Optionally, it is possible to parameterize the run.sh script with several parameters:

  • -f specifies an external source folder.
  • -s specifies a script to be executed by Moose. This can be specified multiple times. The order counts.

For example, the following script triggers AutoMoose on the sources from the /mysources folder and produces an image that first imports the MSE file, then opens the MoosePanel and finally saves and quits:

./runWithInfusion.sh -f /mysources -s import-mse -s open-moose-panel -s save-and-quit-image

Add a Note