5. Confirmation of application’s running

Start the browser(see also browser list), and access the URL given below. In {IP_ADDRESS}, enter the IP address you found when installing the application.

http://{IP_ADDRESS}:3200/

If the following window appears, the installed application is running.

6. Uninstall

Remove the docker container related to MANUFACIA with following command.

$ manufacia-ctrl --maint down

Check if the docker container has been removed.

$ docker ps

Attention

If the docker container was not removed, then delete it by docker command.

After confirming there is no related containers,

  • delete doker image files

    • manufacia-gpu-xxx

    • redis 5.0-alpine

    • postgres 10.5-alpine

    • eclipse-mosqutto

  • delete all environment variables that were added.

  • delete ~/.manufacia directory.