iCasa IDE Installion
- Install Eclipse Juno (Eclipse Modeling Tools distribution) on your computer.
- Run Eclipse and select Help > Install New Software... from the main menu.
- Click on Add Button and enter a name for the update site (i.e. iCasa Update Site), then enter the update site location http://adeleresearchgroup.github.io/iCasa-IDE/distributions/update-site/, finally click on OK button.
- Wait for a few seconds until the content of the update site is displayed under combobox. Select the new update site.
- Select all features shown in the list.
- Continue the standard installation procedure and finally restart your Eclipse to apply changes on the platform.
Setting the iCasa Runtime
- Download and unzip in your system the iCasa runtime.
- Run Eclipse and select Window > Preferences ... from the main menu and go to iPOJO preferences section.
- Click on Browse button and set the iPOJO installation directory using the directory created in the first step.
- Finally, click on OK button.
Starting the simulator server
- In a new shell, go to the folder where you extract the iPOJO runtime.
- If you're on a Windows OS, run the script startGateway.bat to be in release mode and debugGateway.bat to be in debug mode.
- If you're on a UNIX machine, run the script startGateway.sh to be in release mode and debugGateway.sh to be in debug mode.
- Now, everything is set up correctly. Launch Firefox web browser and connect to the address http://localhost:9000/simulator as from 1.2.6+ version (http://localhost:8080/simulator for earlier versions).