Uninstalling Unity app
To uninstall the Unity app, you must stop and clean up the Unity One app and the App Comparator.
Caution
Ensure to backup the config.py
file before you uninstall the Unity app.
Stop and clean up the App Comparator
Go to the
bin
folder in the installed location of the comparator app ($UNRAVEL_HOME/data/apps/AppComparator/bin/
).Run the following script to stop the App Comparator:
./stop.sh
Ensure that all the associated processes of the App Comparator have stopped.
ps -ef | grep
<port>
In some cases, this might take a few seconds.
Ensure that the app is no longer available via a browser. Open any of the following URLs and check:
http://<hostname>:8050/
https://<hostname>:8050/
Delete the
$UNRAVEL_HOME/data/apps/AppComparator
folder.rm -rf AppComparator
Stop and clean up the Unity One app
Go to the
bin
folder in the installed location of the Unity One app($UNRAVEL_HOME/data/apps/unity-one/src
).Run the following script to stop the App Comparator:
./stop.sh
Ensure that all the associated processes of the Unity One app have stopped.
ps -ef | grep unity
In some cases, this might take a few seconds.
Ensure that the app is no longer available via a browser. Open any of the following URLs and check:
http://<hostname>:8111/
https://<hostname>:8111/
Delete the
$UNRAVEL_HOME/data/apps/unity-one
folder and the existingunity-app-47.tar.gz
file located at$UNRAVEL_HOME/data/apps/
.rm -rf unity-one unity-app-47.tar.gz