Install the GoAt Virtual machine with the Eclipse Plugin
- Install VirtualBox.
- Download the virtual machine.
- Launch VirtualBox.
- Open the
Tools
tab, then choose Import
.
- Click on the right icon, reach the folder where you downloaded the virtual machine, choose the file and then click
Continue
.
- Make sure that
Import hard drives as VDI
(bottom half of the window) is unchecked.
- Personalize the setting of the virtual machine as you want, then click
Import
.
- Wait until the virtual machine is imported.
- Click on the
GoAt Ubuntu
virtual machine and click on Start
.
- After the machine booted, you are ready to use GoAt! Visit the other tutorials to discover the features of GoAt and its Eclipse plugin:
Install GoAt API to use directly on your machine
- Install Google Go. We suggest to use at least version 1.9.1.
- Install the
github.com/giulio-garbi/goat/goat
package.
- In macOs and Linux, open a terminal and run
go get github.com/giulio-garbi/goat/goat
.
- In Windows, make sure that the Go executables are in the
PATH
environment variable. Then open the Command Prompt and run go get github.com/giulio-garbi/goat/goat
.
- Define your system using the GoAt API! Visit the other tutorials to discover the features of GoAt:
- Run the files using
go run filename.go
. Remember to start the infrastructure before the components!