EMA User Guide > User Guide > Installing EMA > Installing EMA > Performing a Clean Re-install
Was this helpful?
Performing a Clean Re-install
If you experience problems with the installation, such as accidentally entering the wrong values, we recommend that you do a “clean re-install.”
To perform a clean re-install
1. Shut down and remove the container:
docker stop ema
docker rm ema
2. Remove the ema subdirectory of the external directory. This is the current directory by default, or the value you entered with the -r flag.
rm -rf ema
3. Re-run the install.sh command:
./install.sh [-r external_directory]
The alternative to a clean re-install is manual configuration to correct the problems. For more information, see Manually Configuring EMA on page 2. A clean re-install, however, is recommended.
Last modified date: 11/28/2023