Note: Check if the cp command works with relative paths in your environment.
-
Copy
g3appscenario to mosaic's scenarios folder$
cp -r g3app <mosaic-path>/scenarios/g3app -
Build the application $
mvn clean package -
Copy the
.jarfile to the scenarioapplicationdirectory $cp target/G3App-0.1.jar <mosaic-path>/scenarios/g3app/application/ -
Run the simulation $
./mosaic.sh -s g3app -w 0 -
Logs for each app are located at
<mosaic-path>/logs/log-<date>-<time>-g3app/apps